diff options
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 |