mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
docs: There is no decodebin2 anymore, don't pretend otherwise
This commit is contained in:
parent
7446cea73d
commit
7f9c0d06dd
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue