diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-18 06:14:42 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-18 06:14:42 +0000 |
commit | d9e8e19c061dbc3f000da4c50fa4576c1abd7b2e (patch) | |
tree | 68938c866338c129e198b25384fa9cd1bb13c762 /ChangeLog | |
parent | 0625b3aabcb0e1cb02befa60f756d339b28e8035 (diff) | |
download | gst-plugins-bad-d9e8e19c061dbc3f000da4c50fa4576c1abd7b2e.tar.gz gst-plugins-bad-d9e8e19c061dbc3f000da4c50fa4576c1abd7b2e.tar.bz2 gst-plugins-bad-d9e8e19c061dbc3f000da4c50fa4576c1abd7b2e.zip |
gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate bands and add float64 support.
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), (gst_iir_equalizer_band_init),
(gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
(setup_filter), (gst_iir_equalizer_setup):
* gst/equalizer/gstiirequalizer.h:
Move bandwidth property to the separate bands and add float64 support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-10-18 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), (gst_iir_equalizer_band_init), + (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init), + (setup_filter), (gst_iir_equalizer_setup): + * gst/equalizer/gstiirequalizer.h: + Move bandwidth property to the separate bands and add float64 support. + 2007-10-17 Tim-Philipp Müller <tim at centricular dot net> * ext/cdaudio/Makefile.am: |