summaryrefslogtreecommitdiffstats
path: root/gst/replaygain/gstrglimiter.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-06-13 14:33:52 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-06-13 14:33:52 +0000
commit764f5106a5c6fddbaeca142bc68441ca234295fb (patch)
treec0acc5371fc97871e3373e13d6edb68613241d67 /gst/replaygain/gstrglimiter.c
parentb442ba6f55db4ef5804e012bb0c35029561a6ef9 (diff)
gst/replaygain/: More doc updates.
Original commit message from CVS: * gst/replaygain/gstrganalysis.c: * gst/replaygain/gstrglimiter.c: * gst/replaygain/gstrgvolume.c: More doc updates.
Diffstat (limited to 'gst/replaygain/gstrglimiter.c')
-rw-r--r--gst/replaygain/gstrglimiter.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/gst/replaygain/gstrglimiter.c b/gst/replaygain/gstrglimiter.c
index d474b26e..43c7b01a 100644
--- a/gst/replaygain/gstrglimiter.c
+++ b/gst/replaygain/gstrglimiter.c
@@ -22,22 +22,20 @@
/**
* SECTION:element-rglimiter
- * @see_also: <link linkend="GstRgVolume">rgvolume</link>
+ * @see_also: #GstRgVolume
*
- * <refsect2>
- * <para>
* This element applies signal compression/limiting to raw audio data. It
* performs strict hard limiting with soft-knee characteristics, using a
* threshold of -6 dB. This type of filter is mentioned in the proposed <ulink
* url="http://replaygain.org">ReplayGain standard</ulink>.
- * </para>
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>Playback of a file:</para>
- * <programlisting>
- * gst-launch filesrc location="Filename.ext" ! decodebin ! audioconvert \
+ * |[
+ * gst-launch filesrc location=filename.ext ! decodebin ! audioconvert \
* ! rgvolume pre-amp=6.0 headroom=10.0 ! rglimiter \
* ! audioconvert ! audioresample ! alsasink
- * </programlisting>
+ * ]|Playback of a file
* </refsect2>
*/