README: fix the example pipeline
authorStefan Kost <ensonic@users.sf.net>
Mon, 3 Jan 2011 16:13:37 +0000 (18:13 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 3 Jan 2011 16:15:43 +0000 (18:15 +0200)
Fix the obvious outdated parts. Still this README looks outdated and should be
updated or removed.

sys/dvb/README

index 39bc052f6e173bf805f520a6135b42c8122eb3ce..1329da99b92b445caf248ecef13cbf15706be92a 100644 (file)
@@ -5,10 +5,10 @@ GstDvbSrc makes it possible to view Digital TV with gstreamer.
 
 Try:
 
-     gst-launch dvbsrc freq=11954 pol=h srate=27500 pids=210:220
-           ! flutsdemux es-pids=210:220 name=demux !  queue ! mpeg2dec ! 
-            xvimagesink }
-           demux. ! queue ! mad ! osssink
+     gst-launch dvbsrc frequency=11954 polarity=h symbol-rate=27500 pids=210:220
+         ! mpegtsdemux es-pids=210:220 name=demux ! queue ! mpeg2dec
+         ! xvimagesink demux. ! queue ! mad ! audioconvert ! autoaudiosink
+