mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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.
This commit is contained in:
parent
5e9e882543
commit
161e49b62e
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue