fooling around with pipelines

Original commit message from CVS:
fooling around with pipelines
This commit is contained in:
Andy Wingo 2005-07-13 16:57:14 +00:00
parent 2d4bae8f2a
commit 37309ab22b

View file

@ -38,13 +38,13 @@ import gst
data = (('Video capture via V4L',
'v4lsrc name=source \n'
' ! video/x-raw-yuv,format=(fourcc)I420 \n'
' ! videorate \n'
' ! xvimagesink'),
('Video capture via V4L, fixed frame rate',
'v4lsrc name=source autoprobe=false autoprobe-fps=false \n'
' ! video/x-raw-yuv,format=(fourcc)I420,framerate=(double)7.5 \n'
' ! video/x-raw-yuv,framerate=(double)7.5 \n'
' ! videorate \n'
' ! ffmpegcolorspace \n'
' ! xvimagesink'),
('Sound capture via ALSA',
'alsasrc\n'