mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst-launch.1: Playbin2 is dead, long live playbin
Looks like that was the last remaining mention in core ...
This commit is contained in:
parent
338a150a1b
commit
98ea309bea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue