summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcca16ed..03dbf731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/equalizer/gstiirequalizer.c:
+ (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
+ (setup_filter), (set_passthrough), (update_coefficients),
+ (gst_iir_equalizer_compute_frequencies),
+ (gst_iir_equalizer_transform_ip):
+ * gst/equalizer/gstiirequalizer.h:
+ Update the filter coefficients only when needed in the transform_ip
+ function and correctly set the element into passthrough mode if the
+ gain of all bands is 0.
+
2008-05-29 Wim Taymans <wim.taymans@collabora.co.uk>
Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>