msdkh264dec: Accept constrained-high and progressive-high profiles
authorOlivier Crête <olivier.crete@collabora.com>
Fri, 2 Oct 2020 22:46:56 +0000 (18:46 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Wed, 18 Nov 2020 20:46:52 +0000 (15:46 -0500)
They're just subsets of the high profile.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1634>

sys/msdk/gstmsdkh264dec.c

index f59864b..caeda8e 100644 (file)
@@ -44,7 +44,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
     GST_STATIC_CAPS ("video/x-h264, "
         "width = (int) [ 1, MAX ], height = (int) [ 1, MAX ], "
         "stream-format = (string) byte-stream , alignment = (string) au , "
-        "profile = (string) { high, main, baseline, constrained-baseline }")
+        "profile = (string) { high, progressive-high, constrained-high, main, baseline, constrained-baseline }")
     );
 
 #define gst_msdkh264dec_parent_class parent_class