mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
gst/equalizer/gstiirequalizer.c: Add a missing break.
Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_band_set_property): Add a missing break.
This commit is contained in:
parent
d9e8e19c06
commit
a161898dcf
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-10-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* gst/equalizer/gstiirequalizer.c:
|
||||||
|
(gst_iir_equalizer_band_set_property):
|
||||||
|
Add a missing break.
|
||||||
|
|
||||||
2007-10-18 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-10-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/equalizer/gstiirequalizer.c:
|
* gst/equalizer/gstiirequalizer.c:
|
||||||
|
|
|
@ -164,6 +164,7 @@ gst_iir_equalizer_band_set_property (GObject * object, guint prop_id,
|
||||||
gst_object_unref (equ);
|
gst_object_unref (equ);
|
||||||
GST_DEBUG_OBJECT (band, "changed width = %lf ", band->width);
|
GST_DEBUG_OBJECT (band, "changed width = %lf ", band->width);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||||
|
|
Loading…
Reference in a new issue