diff options
Diffstat (limited to 'gst/replaygain/gstrglimiter.c')
-rw-r--r-- | gst/replaygain/gstrglimiter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/replaygain/gstrglimiter.c b/gst/replaygain/gstrglimiter.c index 186d8f862..95363bed2 100644 --- a/gst/replaygain/gstrglimiter.c +++ b/gst/replaygain/gstrglimiter.c @@ -32,7 +32,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch filesrc location=filename.ext ! decodebin ! audioconvert \ + * gst-launch-1.0 filesrc location=filename.ext ! decodebin ! audioconvert \ * ! rgvolume pre-amp=6.0 headroom=10.0 ! rglimiter \ * ! audioconvert ! audioresample ! alsasink * ]|Playback of a file |