mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
msdkh265dec: add support for main-444-12, main-444-12-intra profiles
The video format is Y412_LE
This commit is contained in:
parent
4d756c07b0
commit
4cc5321010
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ GST_DEBUG_CATEGORY_EXTERN (gst_msdkh265dec_debug);
|
|||
#define GST_CAT_DEFAULT gst_msdkh265dec_debug
|
||||
|
||||
#define COMMON_FORMAT \
|
||||
"{ NV12, P010_10LE, YUY2, Y210, VUYA, Y410, P012_LE, Y212_LE }"
|
||||
"{ NV12, P010_10LE, YUY2, Y210, VUYA, Y410, P012_LE, Y212_LE, Y412_LE }"
|
||||
|
||||
/* TODO: update both sink and src dynamically */
|
||||
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
|
|
Loading…
Reference in a new issue