mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
fooling around with pipelines
Original commit message from CVS: fooling around with pipelines
This commit is contained in:
parent
2d4bae8f2a
commit
37309ab22b
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@ import gst
|
||||||
|
|
||||||
data = (('Video capture via V4L',
|
data = (('Video capture via V4L',
|
||||||
'v4lsrc name=source \n'
|
'v4lsrc name=source \n'
|
||||||
' ! video/x-raw-yuv,format=(fourcc)I420 \n'
|
|
||||||
' ! videorate \n'
|
' ! videorate \n'
|
||||||
' ! xvimagesink'),
|
' ! xvimagesink'),
|
||||||
('Video capture via V4L, fixed frame rate',
|
('Video capture via V4L, fixed frame rate',
|
||||||
'v4lsrc name=source autoprobe=false autoprobe-fps=false \n'
|
'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'
|
' ! videorate \n'
|
||||||
|
' ! ffmpegcolorspace \n'
|
||||||
' ! xvimagesink'),
|
' ! xvimagesink'),
|
||||||
('Sound capture via ALSA',
|
('Sound capture via ALSA',
|
||||||
'alsasrc\n'
|
'alsasrc\n'
|
||||||
|
|
Loading…
Reference in a new issue