removesilence: update example launch line

This commit is contained in:
Luis de Bethencourt 2015-05-08 13:49:38 +01:00
parent c534c8899c
commit d1f7c0e6fe

View file

@ -26,7 +26,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <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> * </refsect2>
*/ */