From: Olivier CrĂȘte Date: Fri, 2 Oct 2020 22:47:06 +0000 (-0400) Subject: d3d11h264dec: Accept constrained-high and progressive-high profiles X-Git-Tag: 1.19.3~507^2~1033 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f83039531ef2b1376dcdf4652dd90ab7a25fb216;p=platform%2Fupstream%2Fgstreamer.git d3d11h264dec: Accept constrained-high and progressive-high profiles They're just subsets of the high profile. Part-of: --- diff --git a/sys/d3d11/gstd3d11h264dec.c b/sys/d3d11/gstd3d11h264dec.c index fe10352..d5370c5 100644 --- a/sys/d3d11/gstd3d11h264dec.c +++ b/sys/d3d11/gstd3d11h264dec.c @@ -1285,7 +1285,7 @@ gst_d3d11_h264_dec_register (GstPlugin * plugin, GstD3D11Device * device, sink_caps = gst_caps_from_string ("video/x-h264, " "stream-format= (string) { avc, avc3, byte-stream }, " "alignment= (string) au, " - "profile = (string) { high, main, constrained-baseline, baseline }"); + "profile = (string) { high, progressive-high, constrained-high, main, constrained-baseline, baseline }"); src_caps = gst_caps_from_string ("video/x-raw(" GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY "), format = (string) NV12; " "video/x-raw, format = (string) NV12");