summaryrefslogtreecommitdiffstats
path: root/gst/equalizer/gstiirequalizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/equalizer/gstiirequalizer.h')
-rw-r--r--gst/equalizer/gstiirequalizer.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gst/equalizer/gstiirequalizer.h b/gst/equalizer/gstiirequalizer.h
index 03fe6a72..558959c8 100644
--- a/gst/equalizer/gstiirequalizer.h
+++ b/gst/equalizer/gstiirequalizer.h
@@ -25,14 +25,6 @@
#include <gst/audio/gstringbuffer.h>
#include <gst/controller/gstcontroller.h>
-
-#define GST_EQUALIZER_TRANSFORM_LOCK(eq) \
- g_mutex_lock (GST_BASE_TRANSFORM(eq)->transform_lock)
-
-#define GST_EQUALIZER_TRANSFORM_UNLOCK(eq) \
- g_mutex_unlock (GST_BASE_TRANSFORM(eq)->transform_lock)
-
-
typedef struct _GstIirEqualizer GstIirEqualizer;
typedef struct _GstIirEqualizerClass GstIirEqualizerClass;
typedef struct _GstIirEqualizerBand GstIirEqualizerBand;
@@ -59,7 +51,7 @@ struct _GstIirEqualizer
GstAudioFilter audiofilter;
/*< private >*/
-
+
GstIirEqualizerBand **bands;
/* properties */