From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- gst/equalizer/gstiirequalizer3bands.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'gst/equalizer/gstiirequalizer3bands.c') diff --git a/gst/equalizer/gstiirequalizer3bands.c b/gst/equalizer/gstiirequalizer3bands.c index c550f786..91129525 100644 --- a/gst/equalizer/gstiirequalizer3bands.c +++ b/gst/equalizer/gstiirequalizer3bands.c @@ -19,20 +19,15 @@ /** * SECTION:element-equalizer-3bands - * @short_description: 3-band equalizer * - * - * * The 3-band equalizer element allows to change the gain of a low frequency, * medium frequency and high frequency band. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-3bands band1=6.0 ! alsasink - * - * This raises the volume of the 2nd band, which is at 1110 Hz, by 6 db. - * + * ]| This raises the volume of the 2nd band, which is at 1110 Hz, by 6 db. * */ -- cgit