Update the gst-launch example for the new syntax
authorJan Schmidt <thaytan@mad.scientist.com>
Sat, 26 Jul 2003 17:28:01 +0000 (17:28 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sat, 26 Jul 2003 17:28:01 +0000 (17:28 +0000)
Original commit message from CVS:
Update the gst-launch example for the new syntax

ext/dvdnav/README

index 01a64a2..7584b67 100644 (file)
@@ -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.