msdkh265enc: add P010_10LE to the sink pad template
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 27 Nov 2018 11:22:16 +0000 (19:22 +0800)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 12 Dec 2018 09:00:13 +0000 (09:00 +0000)
sys/msdk/gstmsdkh265enc.c

index 3f9d8e3..f9f3ed7 100644 (file)
@@ -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" ";"