mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Update the gst-launch example for the new syntax
Original commit message from CVS: Update the gst-launch example for the new syntax
This commit is contained in:
parent
245b24c8f4
commit
5fe4be1f96
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ http://dvd.sourceforge.net/
|
|||
|
||||
Try this:
|
||||
|
||||
./gst-launch dvdnavsrc location=/dev/dvd ! mpegdemux video_%02d! { queue ! mpeg2dec ! sdlvideosink } mpegdemux0.private_stream_1_%02d! { queue ! a52dec ! osssink }
|
||||
./gst-launch dvdnavsrc location=/dev/dvd ! mpegdemux .video_%02d ! { queue ! mpeg2dec ! xvideosink } mpegdemux0.private_stream_1_0 ! { queue ! a52dec ! osssink }
|
||||
|
||||
You can give title, chapter, and angle parameters to dvdnavsrc.
|
||||
|
|
Loading…
Reference in a new issue