mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
msdkvp9dec: output P010_10LE buffer if possible
This commit is contained in:
parent
edc0edc960
commit
cd55f8635f
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-raw, "
|
||||
"format = (string) { NV12 }, "
|
||||
"format = (string) { NV12, P010_10LE }, "
|
||||
"framerate = (fraction) [0, MAX], "
|
||||
"width = (int) [ 16, MAX ], height = (int) [ 16, MAX ],"
|
||||
"interlace-mode = (string) progressive;"
|
||||
GST_VIDEO_CAPS_MAKE_WITH_FEATURES (GST_CAPS_FEATURE_MEMORY_DMABUF,
|
||||
"{ NV12 }") ";")
|
||||
"{ NV12, P010_10LE }") ";")
|
||||
);
|
||||
|
||||
#define gst_msdkvp9dec_parent_class parent_class
|
||||
|
|
Loading…
Reference in a new issue