diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-13 14:33:52 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-13 14:33:52 +0000 |
commit | 10574b5d4c0a2919811b35efd7cde866905308ee (patch) | |
tree | 247b9612c2d4d00755b94b8eee03f2070a406a2f /gst/replaygain/gstrglimiter.c | |
parent | 2affd3d48339e41809f5aa342ce2af370c143b80 (diff) | |
download | gst-plugins-bad-10574b5d4c0a2919811b35efd7cde866905308ee.tar.gz gst-plugins-bad-10574b5d4c0a2919811b35efd7cde866905308ee.tar.bz2 gst-plugins-bad-10574b5d4c0a2919811b35efd7cde866905308ee.zip |
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.c | 14 |
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> */ |