diff --git a/gst/equalizer/gstiirequalizer.c b/gst/equalizer/gstiirequalizer.c index 51e3f1df4a..dcd27c9f0c 100644 --- a/gst/equalizer/gstiirequalizer.c +++ b/gst/equalizer/gstiirequalizer.c @@ -164,6 +164,7 @@ gst_iir_equalizer_band_set_property (GObject * object, guint prop_id, gst_object_unref (equ); GST_DEBUG_OBJECT (band, "changed width = %lf ", band->width); } + break; } default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);