mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
msdkh265enc: add P010_10LE to the sink pad template
This commit is contained in:
parent
ba1f162401
commit
9711a21008
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-raw, "
|
||||
"format = (string) { NV12, I420, YV12, YUY2, UYVY, BGRA }, "
|
||||
"format = (string) { NV12, I420, YV12, YUY2, UYVY, BGRA, P010_10LE }, "
|
||||
"framerate = (fraction) [0, MAX], "
|
||||
"width = (int) [ 16, MAX ], height = (int) [ 16, MAX ],"
|
||||
"interlace-mode = (string) progressive" ";"
|
||||
|
|
Loading…
Reference in a new issue