summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-05-08 13:49:38 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-05-08 13:49:38 +0100
commitd1f7c0e6fef07f68d9152a442c2eabdc4e5839f5 (patch)
treeb8d2b7abd5f52e8c23f53b62bd17b886535ff29f /gst
parentc534c8899cbaed9f8afb2563488a57de2965cf00 (diff)
removesilence: update example launch line
Diffstat (limited to 'gst')
-rw-r--r--gst/removesilence/gstremovesilence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/removesilence/gstremovesilence.c b/gst/removesilence/gstremovesilence.c
index f1105fee5..31eb9acd5 100644
--- a/gst/removesilence/gstremovesilence.c
+++ b/gst/removesilence/gstremovesilence.c
@@ -26,7 +26,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch -v -m filesrc location="audiofile" ! decodebin2 ! removesilence remove=true ! wavenc ! filesink location=without_audio.wav
+ * gst-launch -v -m filesrc location="audiofile" ! decodebin ! removesilence remove=true ! wavenc ! filesink location=without_audio.wav
* ]|
* </refsect2>
*/