mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
rpicamsrc: deviceprovider: also advertise constrained-baseline profile
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/682>
This commit is contained in:
parent
ca3b10a0f0
commit
d67e21d454
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ gst_rpi_cam_src_device_new (void)
|
|||
gst_value_list_append_value (&profiles, &val);
|
||||
g_value_set_static_string (&val, "main");
|
||||
gst_value_list_append_value (&profiles, &val);
|
||||
g_value_set_static_string (&val, "constrained-baseline");
|
||||
gst_value_list_append_value (&profiles, &val);
|
||||
g_value_set_static_string (&val, "baseline");
|
||||
gst_value_list_append_and_take_value (&profiles, &val);
|
||||
gst_structure_take_value (s, "profiles", &profiles);
|
||||
|
|
Loading…
Reference in a new issue