mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
nvh264sldec: Allow constrained-baseline and baseline profiles
Like d3d11h264dec, we need to relax the condition for profiles of nvh264sldec Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1228>
This commit is contained in:
parent
7db29fc382
commit
28dc4a1dd8
1 changed files with 2 additions and 1 deletions
|
@ -1026,7 +1026,8 @@ gst_nv_h264_dec_register (GstPlugin * plugin, guint device_id, guint rank,
|
|||
cdata = g_new0 (GstNvH264DecClassData, 1);
|
||||
cdata->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, constrained-baseline, baseline }, "
|
||||
"framerate = " GST_VIDEO_FPS_RANGE);
|
||||
|
||||
s = gst_caps_get_structure (sink_caps, 0);
|
||||
|
|
Loading…
Reference in a new issue