From: Seungha Yang Date: Thu, 23 Apr 2020 14:25:21 +0000 (+0900) Subject: d3d11h264dec: Add constrained-baseline and baseline profile X-Git-Tag: 1.19.3~507^2~1981 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7db29fc3825a154ddc67c7a5cf6b6def7ac46af9;p=platform%2Fupstream%2Fgstreamer.git d3d11h264dec: Add constrained-baseline and baseline profile Both profiles are expected to be supported profile by DXVA hardware Part-of: --- diff --git a/sys/d3d11/gstd3d11h264dec.c b/sys/d3d11/gstd3d11h264dec.c index 459b012aea..7f72ec6fa8 100644 --- a/sys/d3d11/gstd3d11h264dec.c +++ b/sys/d3d11/gstd3d11h264dec.c @@ -1218,7 +1218,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 }, " + "alignment= (string) au, profile = (string) { high, main, baseline, constrained-baseline }, " "framerate = " GST_VIDEO_FPS_RANGE); src_caps = gst_caps_from_string ("video/x-raw(" GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY "), format = (string) NV12, "