summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-10-30 21:18:45 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-10-30 21:18:45 +0000
commit3b838968c2a34e1031b8b67ae7b9dc784ec6d209 (patch)
treee74b3bcc0718a1fdbcef8bb180f61f4f66de0a04 /ChangeLog
parent556fdc15f4cad344aa75cdbada6a55e2d839db32 (diff)
downloadgst-plugins-bad-3b838968c2a34e1031b8b67ae7b9dc784ec6d209.tar.gz
gst-plugins-bad-3b838968c2a34e1031b8b67ae7b9dc784ec6d209.tar.bz2
gst-plugins-bad-3b838968c2a34e1031b8b67ae7b9dc784ec6d209.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 517a5d40..c4d591b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-10-30 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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 <ensonic@users.sf.net>
* sys/dvb/dvbbasebin.c: