msdkh264dec: Accept constrained-high and progressive-high profiles

They're just subsets of the high profile.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1634>
This commit is contained in:
Olivier Crête 2020-10-02 18:46:56 -04:00
parent e53da20938
commit e17e88e033

View 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