mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
examples/pipeline-tester: Update pipelines. The fixed-rate v4l one doesn't work here, but the rest of them do.
Original commit message from CVS: 2005-09-05 Andy Wingo <wingo@pobox.com> * examples/pipeline-tester: Update pipelines. The fixed-rate v4l one doesn't work here, but the rest of them do.
This commit is contained in:
parent
934c77178d
commit
9e2af8b0b4
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-05 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* examples/pipeline-tester: Update pipelines. The fixed-rate v4l
|
||||||
|
one doesn't work here, but the rest of them do.
|
||||||
|
|
||||||
2005-09-05 Edward Hervey <edward@fluendo.com>
|
2005-09-05 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* examples/pipeline-tester: (Window.play):
|
* examples/pipeline-tester: (Window.play):
|
||||||
|
|
|
@ -35,7 +35,6 @@ import pygst
|
||||||
pygst.require('0.9')
|
pygst.require('0.9')
|
||||||
import gst
|
import gst
|
||||||
|
|
||||||
print sys.path
|
|
||||||
import debugslider
|
import debugslider
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,7 +51,7 @@ data = (('Video capture via V4L',
|
||||||
('Sound capture via ALSA',
|
('Sound capture via ALSA',
|
||||||
'alsasrc\n'
|
'alsasrc\n'
|
||||||
' ! audio/x-raw-int,rate=22050,depth=16,channels=1,width=16,signed=(boolean)TRUE,endianness=1234\n'
|
' ! audio/x-raw-int,rate=22050,depth=16,channels=1,width=16,signed=(boolean)TRUE,endianness=1234\n'
|
||||||
' ! level signal=true\n'
|
' ! level message=true\n'
|
||||||
' ! fakesink'),
|
' ! fakesink'),
|
||||||
('Streaming Ogg/Theora+Vorbis playback, tee to disk',
|
('Streaming Ogg/Theora+Vorbis playback, tee to disk',
|
||||||
'gnomevfssrc location=http://gstreamer.freedesktop.org/media/small/cooldance.ogg \n'
|
'gnomevfssrc location=http://gstreamer.freedesktop.org/media/small/cooldance.ogg \n'
|
||||||
|
@ -76,9 +75,10 @@ data = (('Video capture via V4L',
|
||||||
' ! mulawenc ! mulawdec ! alsasink'),
|
' ! mulawenc ! mulawdec ! alsasink'),
|
||||||
('Capture DV via firewire, transcode into Ogg',
|
('Capture DV via firewire, transcode into Ogg',
|
||||||
'dv1394src \n'
|
'dv1394src \n'
|
||||||
' ! dvdec name=dec drop-factor=2 \n'
|
' ! dvdemux name=demux \n'
|
||||||
' ! video/x-raw-yuv,format=(fourcc)YUY2 \n'
|
|
||||||
' ! queue \n'
|
' ! queue \n'
|
||||||
|
' ! video/x-dv,systemstream=(boolean)false \n'
|
||||||
|
' ! dvdec drop-factor=2 \n'
|
||||||
' ! videorate \n'
|
' ! videorate \n'
|
||||||
' ! videoscale \n'
|
' ! videoscale \n'
|
||||||
' ! video/x-raw-yuv,width=360,height=288 \n'
|
' ! video/x-raw-yuv,width=360,height=288 \n'
|
||||||
|
@ -89,7 +89,7 @@ data = (('Video capture via V4L',
|
||||||
' ! oggmux name=mux \n'
|
' ! oggmux name=mux \n'
|
||||||
' ! filesink location=dv.ogg \n'
|
' ! filesink location=dv.ogg \n'
|
||||||
' \n'
|
' \n'
|
||||||
' dec. \n'
|
' demux. \n'
|
||||||
' ! audio/x-raw-int \n'
|
' ! audio/x-raw-int \n'
|
||||||
' ! queue \n'
|
' ! queue \n'
|
||||||
' ! audioconvert \n'
|
' ! audioconvert \n'
|
||||||
|
|
Loading…
Reference in a new issue