mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
README: fix the example pipeline
Fix the obvious outdated parts. Still this README looks outdated and should be updated or removed.
This commit is contained in:
parent
36a3688015
commit
e0e679dba9
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ GstDvbSrc makes it possible to view Digital TV with gstreamer.
|
||||||
|
|
||||||
Try:
|
Try:
|
||||||
|
|
||||||
gst-launch dvbsrc freq=11954 pol=h srate=27500 pids=210:220
|
gst-launch dvbsrc frequency=11954 polarity=h symbol-rate=27500 pids=210:220
|
||||||
! flutsdemux es-pids=210:220 name=demux ! queue ! mpeg2dec !
|
! mpegtsdemux es-pids=210:220 name=demux ! queue ! mpeg2dec
|
||||||
xvimagesink }
|
! xvimagesink demux. ! queue ! mad ! audioconvert ! autoaudiosink
|
||||||
demux. ! queue ! mad ! osssink
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue