summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-05-30 11:03:57 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-30 11:03:57 +0000
commitc17d49ee20e40211c35ec86d50d4669ed68d0f38 (patch)
tree10b4639aaf20cb13496dab584e7326cb2138e88d /ChangeLog
parent4ffab084be68d64390a46829edc602ed8725635a (diff)
gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when needed in the transform_ip function and cor...
Original commit message from CVS: * 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.
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>