validate: monitor: Add missing break; statement
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 18 Jul 2017 13:51:16 +0000 (09:51 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 18 Jul 2017 13:59:42 +0000 (09:59 -0400)
Fixes CID 1415500

validate/gst/validate/gst-validate-monitor.c

index 04ff66db157e3964cc6bfd286976a26f1c45e6a3..22e0e4b7a11502dc2f9754031917b998d9a7a5ff 100644 (file)
@@ -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));