From c17d49ee20e40211c35ec86d50d4669ed68d0f38 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 30 May 2008 11:03:57 +0000 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fcca16ed..03dbf731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-05-30 Sebastian Dröge + + * 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 Based on patch by: Sebastian Keller -- cgit