summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-08 11:17:41 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-08 11:18:05 +0200
commit7f9c0d06ddef42e3e7b98f8de2be9d3f9b94bd07 (patch)
tree841c89d55ab93e13b2e81f1edec8814f7e976345
parent7446cea73d28e23d99eb6335ca5ca4f976bf3b03 (diff)
docs: There is no decodebin2 anymore, don't pretend otherwise
-rw-r--r--plugins/elements/gstfilesrc.c2
-rw-r--r--plugins/elements/gsttee.c2
-rw-r--r--tools/gst-launch.1.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c
index 314188374..164e3a9df 100644
--- a/plugins/elements/gstfilesrc.c
+++ b/plugins/elements/gstfilesrc.c
@@ -28,7 +28,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch filesrc location=song.ogg ! decodebin2 ! autoaudiosink
+ * gst-launch filesrc location=song.ogg ! decodebin ! autoaudiosink
* ]| Play a song.ogg from local dir.
* </refsect2>
*/
diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c
index fac7bbb14..81fcea775 100644
--- a/plugins/elements/gsttee.c
+++ b/plugins/elements/gsttee.c
@@ -37,7 +37,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch filesrc location=song.ogg ! decodebin2 ! tee name=t ! queue ! autoaudiosink t. ! queue ! audioconvert ! goom ! videoconvert ! autovideosink
+ * gst-launch filesrc location=song.ogg ! decodebin ! tee name=t ! queue ! autoaudiosink t. ! queue ! audioconvert ! goom ! videoconvert ! autovideosink
* ]| Play a song.ogg from local dir and render visualisations using the goom
* element.
* </refsect2>
diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in
index fc82eda2f..c04ddc671 100644
--- a/tools/gst-launch.1.in
+++ b/tools/gst-launch.1.in
@@ -334,7 +334,7 @@ This example also shows how to refer to specific pads by name if an element
(here: textoverlay) has multiple sink or source pads.
.B
- 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
+ gst\-launch textoverlay name=overlay ! videoconvert ! videoscale ! autovideosink filesrc location=movie.avi ! decodebin ! videoconvert ! overlay.video_sink filesrc location=movie.srt ! subparse ! overlay.text_sink
.br
Play an AVI movie with an external text subtitle stream using playbin