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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/equalizer/gstiirequalizer.h b/gst/equalizer/gstiirequalizer.h
index 6e7839a3..37ee8725 100644
--- a/gst/equalizer/gstiirequalizer.h
+++ b/gst/equalizer/gstiirequalizer.h
@@ -60,6 +60,8 @@ struct _GstIirEqualizer
gpointer history;
guint history_size;
+ gboolean need_new_coefficients;
+
ProcessFunc process;
};