mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl: add missing break
gst_gl_view_convert_element_set_property() is missing a break at the end of the PROP_OUTPUT_DOWNMIX_MODE case. Adding it. CID #1308949
This commit is contained in:
parent
0f3c34f05f
commit
237af0d21c
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ gst_gl_view_convert_element_set_property (GObject * object, guint prop_id,
|
|||
case PROP_OUTPUT_DOWNMIX_MODE:
|
||||
g_object_set_property (G_OBJECT (convert->viewconvert), pspec->name,
|
||||
value);
|
||||
break;
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue