summaryrefslogtreecommitdiffstats
path: root/gst/equalizer
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-05-21 14:01:16 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-05-21 14:01:16 +0000
commit161e49b62edb09d4382f9c3ef5e4c6ba9d655953 (patch)
treec6a7a9660b638f9b79271ebee9756656acd3bc3e /gst/equalizer
parent5e9e882543c7e93dee0b99a9d92f9f8420a5c843 (diff)
ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _GstIirEqualizerBa...
Original commit message from CVS: * ChangeLog: ChangeLog surgery. * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _GstIirEqualizerBand, object, _GstIirEqualizerBandClass, parent_class, gst_iir_equalizer_band_set_property, gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type, gst_iir_equalizer_child_proxy_get_child_by_index, gst_iir_equalizer_child_proxy_get_children_count, gst_iir_equalizer_child_proxy_interface_init, setup_filter, gst_iir_equalizer_compute_frequencies, plugin_init): * tests/icles/equalizer-test.c: Add fixme and comment for example.
Diffstat (limited to 'gst/equalizer')
-rw-r--r--gst/equalizer/gstiirequalizer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/equalizer/gstiirequalizer.c b/gst/equalizer/gstiirequalizer.c
index 659aa182..db29adec 100644
--- a/gst/equalizer/gstiirequalizer.c
+++ b/gst/equalizer/gstiirequalizer.c
@@ -389,6 +389,8 @@ gst_iir_equalizer_compute_frequencies (GstIirEqualizer * equ, guint new_count)
/* set center frequencies and name band objects
* FIXME: arg! we can't change the name of parented objects :(
* application should read band->freq
+ * FIXME: the code that calculates the center-frequencies for the bands should
+ * take the number of bands into account, when chooding the lowest frequency
*/
equ->bands[0]->freq = LOWEST_FREQ;
GST_DEBUG ("band[ 0] = '%lf'", equ->bands[0]->freq);