summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-04-03 07:36:03 +0200
committerEdward Hervey <edward@collabora.com>2014-04-03 07:37:11 +0200
commit98ea309bea389697a29119f11cc5f2bcedd4eaeb (patch)
tree7f875a620c83dfd5d5a3d59049ebedfb117ec4ec /tools
parent338a150a1b2176a94e0a7ba454437a76ffec4c57 (diff)
downloadgstreamer-98ea309bea389697a29119f11cc5f2bcedd4eaeb.tar.gz
gst-launch.1: Playbin2 is dead, long live playbin
Looks like that was the last remaining mention in core ...
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in
index aaf29f7993..fc82eda2fc 100644
--- a/tools/gst-launch.1.in
+++ b/tools/gst-launch.1.in
@@ -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