mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
validate: monitor: Add missing break; statement
Fixes CID 1415500
This commit is contained in:
parent
4f1242968e
commit
5c537bd627
1 changed files with 1 additions and 0 deletions
|
@ -404,6 +404,7 @@ gst_validate_monitor_set_property (GObject * object, guint prop_id,
|
|||
}
|
||||
case PROP_PIPELINE:
|
||||
g_weak_ref_init (&monitor->pipeline, g_value_get_object (value));
|
||||
break;
|
||||
case PROP_RUNNER:
|
||||
gst_validate_reporter_set_runner (GST_VALIDATE_REPORTER (monitor),
|
||||
g_value_get_object (value));
|
||||
|
|
Loading…
Reference in a new issue