diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-05-21 14:01:16 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-05-21 14:01:16 +0000 |
commit | 06ff42e49f40953b5d61930ce8cdb8bf073f54e7 (patch) | |
tree | 79ac2815255576e14b53f3f40a641df5680e3d55 /tests | |
parent | 9953480464f46cc84d074bbe4781cdbe157ad8ff (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 'tests')
-rw-r--r-- | tests/icles/equalizer-test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/icles/equalizer-test.c b/tests/icles/equalizer-test.c index 8a7069939..d45146a6d 100644 --- a/tests/icles/equalizer-test.c +++ b/tests/icles/equalizer-test.c @@ -17,6 +17,11 @@ * Boston, MA 02111-1307, USA. */ +/* + * Will tests the equalizer by fading all bands in and out one by one and + * finaly all together. + */ + #ifdef HAVE_CONFIG_H # include "config.h" #endif |