mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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:
parent
e53da20938
commit
e17e88e033
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue