summaryrefslogtreecommitdiffstats
path: root/gst/equalizer/gstiirequalizernbands.c
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2007-06-22 20:23:18 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-06-22 20:23:18 +0000
commitf45e98fab49d63a97c82457fa32d5219b22cea07 (patch)
tree74c6d6f48c2159b441d85d8901df9966698f781c /gst/equalizer/gstiirequalizernbands.c
parentd6627ae8e08ddf3a645d0c961970edcfc4a2a3cd (diff)
downloadgst-plugins-bad-f45e98fab49d63a97c82457fa32d5219b22cea07.tar.gz
gst-plugins-bad-f45e98fab49d63a97c82457fa32d5219b22cea07.tar.bz2
gst-plugins-bad-f45e98fab49d63a97c82457fa32d5219b22cea07.zip
gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
Original commit message from CVS: Patch by: Jens Granseuer <jensgr at gmx net> * gst/equalizer/gstiirequalizer.c: * gst/equalizer/gstiirequalizer10bands.c: * gst/equalizer/gstiirequalizer3bands.c: * gst/equalizer/gstiirequalizernbands.c: * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_push_sorted): * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_chain): * gst/switch/gstswitch.c: (gst_switch_chain): Build fixes for gcc-2.9x (no mid-block variable declarations etc.). Fixes #450185.
Diffstat (limited to 'gst/equalizer/gstiirequalizernbands.c')
-rw-r--r--gst/equalizer/gstiirequalizernbands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/equalizer/gstiirequalizernbands.c b/gst/equalizer/gstiirequalizernbands.c
index c03ca01f..788dded8 100644
--- a/gst/equalizer/gstiirequalizernbands.c
+++ b/gst/equalizer/gstiirequalizernbands.c
@@ -53,7 +53,7 @@ static void gst_iir_equalizer_nbands_set_property (GObject * object,
static void gst_iir_equalizer_nbands_get_property (GObject * object,
guint prop_id, GValue * value, GParamSpec * pspec);
-GST_DEBUG_CATEGORY_EXTERN ()(equalizer_debug);
+GST_DEBUG_CATEGORY_EXTERN (equalizer_debug);
#define GST_CAT_DEFAULT equalizer_debug
GST_BOILERPLATE (GstIirEqualizerNBands, gst_iir_equalizer_nbands,