mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
d3d11h264dec: 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:
parent
e17e88e033
commit
f83039531e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue