From e0e679dba92a96162239f83c87f0a66d4433f676 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 3 Jan 2011 18:13:37 +0200 Subject: [PATCH] README: fix the example pipeline Fix the obvious outdated parts. Still this README looks outdated and should be updated or removed. --- sys/dvb/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dvb/README b/sys/dvb/README index 39bc052f6e..1329da99b9 100644 --- a/sys/dvb/README +++ b/sys/dvb/README @@ -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 +