gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters for which...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 30 Oct 2007 21:18:45 +0000 (21:18 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 30 Oct 2007 21:18:45 +0000 (21:18 +0000)
commit7c8653f596847c56ad358c883fd0b3c72652bbf9
tree185a7b560a4531b91c0e241c98e0e11d959c8bea
parentb3f1b71446713cfbf6caee475ff9d182621a60e4
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.
gst/equalizer/gstiirequalizer.c