diff --git a/gst/removesilence/gstremovesilence.c b/gst/removesilence/gstremovesilence.c index f1105fee54..31eb9acd54 100644 --- a/gst/removesilence/gstremovesilence.c +++ b/gst/removesilence/gstremovesilence.c @@ -26,7 +26,7 @@ * * Example launch line * |[ - * 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 * ]| * */