summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiochebband.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audiofx/audiochebband.h')
-rw-r--r--gst/audiofx/audiochebband.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/audiofx/audiochebband.h b/gst/audiofx/audiochebband.h
index fae1a0c6..32610325 100644
--- a/gst/audiofx/audiochebband.h
+++ b/gst/audiofx/audiochebband.h
@@ -48,6 +48,9 @@ struct _GstAudioChebBand
gfloat lower_frequency;
gfloat upper_frequency;
gfloat ripple;
+
+ /* < private > */
+ GMutex *lock;
};
struct _GstAudioChebBandClass