diff options
Diffstat (limited to 'gst/equalizer')
-rw-r--r-- | gst/equalizer/gstiirequalizer.c | 2 |
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); |