msdkh265dec: add support for main-422-10/main-422-10-intra 10bit
The ouput format is Y210
This commit is contained in:
parent
a3f8faa682
commit
1ee2adc580
@ -55,12 +55,12 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("video/x-raw, "
|
GST_STATIC_CAPS ("video/x-raw, "
|
||||||
"format = (string) { NV12, P010_10LE, YUY2 }, "
|
"format = (string) { NV12, P010_10LE, YUY2, Y210 }, "
|
||||||
"framerate = (fraction) [0, MAX], "
|
"framerate = (fraction) [0, MAX], "
|
||||||
"width = (int) [ 1, MAX ], height = (int) [ 1, MAX ],"
|
"width = (int) [ 1, MAX ], height = (int) [ 1, MAX ],"
|
||||||
"interlace-mode = (string) progressive;"
|
"interlace-mode = (string) progressive;"
|
||||||
GST_VIDEO_CAPS_MAKE_WITH_FEATURES (GST_CAPS_FEATURE_MEMORY_DMABUF,
|
GST_VIDEO_CAPS_MAKE_WITH_FEATURES (GST_CAPS_FEATURE_MEMORY_DMABUF,
|
||||||
"{ NV12, P010_10LE, YUY2 }") ";")
|
"{ NV12, P010_10LE, YUY2, Y210 }") ";")
|
||||||
);
|
);
|
||||||
|
|
||||||
#define gst_msdkh265dec_parent_class parent_class
|
#define gst_msdkh265dec_parent_class parent_class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user