summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiowsinclimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audiofx/audiowsinclimit.h')
-rw-r--r--gst/audiofx/audiowsinclimit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/audiofx/audiowsinclimit.h b/gst/audiofx/audiowsinclimit.h
index d30b3938..1a67169e 100644
--- a/gst/audiofx/audiowsinclimit.h
+++ b/gst/audiofx/audiowsinclimit.h
@@ -60,11 +60,13 @@ typedef struct _GstAudioWSincLimitClass GstAudioWSincLimitClass;
struct _GstAudioWSincLimit {
GstAudioFXBaseFIRFilter parent;
- /* < private > */
gint mode;
gint window;
gfloat cutoff;
gint kernel_length;
+
+ /* < private > */
+ GMutex *lock;
};
struct _GstAudioWSincLimitClass {