onviftimestamp: Add missing `break` in set_property()
authorSebastian Dröge <sebastian@centricular.com>
Sun, 10 May 2020 08:16:44 +0000 (11:16 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 10 May 2020 08:17:19 +0000 (11:17 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1257>

gst/onvif/gstrtponviftimestamp.c

index 55aad02..1ed5465 100644 (file)
@@ -100,6 +100,7 @@ gst_rtp_onvif_timestamp_get_property (GObject * object,
       break;
     case PROP_DROP_OUT_OF_SEGMENT:
       g_value_set_boolean (value, self->prop_drop_out_of_segment);
+      break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;