From 3b838968c2a34e1031b8b67ae7b9dc784ec6d209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 30 Oct 2007 21:18:45 +0000 Subject: gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters for which we can actually find documentati... Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_band_get_property), (gst_iir_equalizer_band_class_init), (arg_to_scale), (setup_filter), (gst_iir_equalizer_compute_frequencies): Replace filters with a bit better filters for which we can actually find documentation, which don't change anything on zero gain, etc. Make the frequency property of the bands writable, rename the band-width property to bandwidth and change the meaning to the frequency difference between bandedges, change the meaning of the gain property to dB instead of a weird scale between -1 and 1 that has no real meaning. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 517a5d40..c4d591b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-10-30 Sebastian Dröge + + * gst/equalizer/gstiirequalizer.c: + (gst_iir_equalizer_band_set_property), + (gst_iir_equalizer_band_get_property), + (gst_iir_equalizer_band_class_init), (arg_to_scale), + (setup_filter), (gst_iir_equalizer_compute_frequencies): + Replace filters with a bit better filters for which we can actually + find documentation, which don't change anything on zero gain, etc. + + Make the frequency property of the bands writable, rename the + band-width property to bandwidth and change the meaning to the + frequency difference between bandedges, change the meaning of the + gain property to dB instead of a weird scale between -1 and 1 that + has no real meaning. + 2007-10-30 Stefan Kost * sys/dvb/dvbbasebin.c: -- cgit v1.2.1