From: Olivier CrĂȘte Date: Fri, 2 Oct 2020 22:46:56 +0000 (-0400) Subject: msdkh264dec: Accept constrained-high and progressive-high profiles X-Git-Tag: 1.19.3~507^2~1034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e17e88e033842c8162a0d7e8b7d79a6a96e7cd49;p=platform%2Fupstream%2Fgstreamer.git msdkh264dec: Accept constrained-high and progressive-high profiles They're just subsets of the high profile. Part-of: --- diff --git a/sys/msdk/gstmsdkh264dec.c b/sys/msdk/gstmsdkh264dec.c index f59864b..caeda8e 100644 --- a/sys/msdk/gstmsdkh264dec.c +++ b/sys/msdk/gstmsdkh264dec.c @@ -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