gst-launch.1: Playbin2 is dead, long live playbin
authorEdward Hervey <edward@collabora.com>
Thu, 3 Apr 2014 05:36:03 +0000 (07:36 +0200)
committerEdward Hervey <edward@collabora.com>
Thu, 3 Apr 2014 05:37:11 +0000 (07:37 +0200)
Looks like that was the last remaining mention in core ...

tools/gst-launch.1.in

index aaf29f7..fc82eda 100644 (file)
@@ -337,10 +337,10 @@ This example also shows how to refer to specific pads by name if an element
         gst\-launch textoverlay name=overlay ! videoconvert ! videoscale !  autovideosink   filesrc location=movie.avi ! decodebin2 ! videoconvert ! overlay.video_sink   filesrc location=movie.srt ! subparse ! overlay.text_sink
 
 .br
-Play an AVI movie with an external text subtitle stream using playbin2
+Play an AVI movie with an external text subtitle stream using playbin
 
 .B
-        gst\-launch playbin2 uri=file:///path/to/movie.avi suburi=file:///path/to/movie.srt
+        gst\-launch playbin uri=file:///path/to/movie.avi suburi=file:///path/to/movie.srt
 
 .B Network streaming