diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-11 13:55:27 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-11 13:55:27 +0000 |
commit | 0ada8ac4157fd5428e75bba57d6df9a43e2fe21e (patch) | |
tree | 80d4b73e3d017fb724fc0b038c95b7cc0bf8e19f /gst/equalizer/gstiirequalizer10bands.c | |
parent | e086f2c148f7b00ae1d7046eca5c9385c3763acf (diff) | |
download | gst-plugins-bad-0ada8ac4157fd5428e75bba57d6df9a43e2fe21e.tar.gz gst-plugins-bad-0ada8ac4157fd5428e75bba57d6df9a43e2fe21e.tar.bz2 gst-plugins-bad-0ada8ac4157fd5428e75bba57d6df9a43e2fe21e.zip |
gst/equalizer/: And continue to update docs. Also include some sample code for the n-band equalizer in the docs.
Original commit message from CVS:
* gst/equalizer/gstiirequalizer10bands.c:
* gst/equalizer/gstiirequalizer3bands.c:
* gst/equalizer/gstiirequalizernbands.c:
And continue to update docs. Also include some sample code
for the n-band equalizer in the docs.
Diffstat (limited to 'gst/equalizer/gstiirequalizer10bands.c')
-rw-r--r-- | gst/equalizer/gstiirequalizer10bands.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/equalizer/gstiirequalizer10bands.c b/gst/equalizer/gstiirequalizer10bands.c index a2e2018f..e951077d 100644 --- a/gst/equalizer/gstiirequalizer10bands.c +++ b/gst/equalizer/gstiirequalizer10bands.c @@ -19,12 +19,14 @@ /** * SECTION:element-equalizer-10bands + * @short_description: 10-band equalizer * * <refsect2> - * <title>Example launch line</title> * <para> - * The 10 band equalizer element changes the frequency spectrum of the audio data. + * The 10 band equalizer element allows to change the gain of 10 equally distributed + * frequency bands between 30 Hz and 15 kHz. * </para> + * <title>Example launch line</title> * <para> * <programlisting> * gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-10bands band2=3.0 ! alsasink |