summaryrefslogtreecommitdiff
path: root/tests/pipelines
blob: e83d3afad473a3ce2d71dc433e5cb6a6aec60370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
//list of pipelines that show the gst-plugins-gl capabilities
//(can use gst-launch-0.10 --gst-debug=gldisplay:3 pipeline)

gst-launch-0.10 videotestsrc ! glimagesink
gst-launch-0.10 videotestsrc num_buffers = 200 ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)I420, width=201, height=103" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-rgb, width=640, height=480" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)YV12" ! glimagesink

gst-launch-0.10 gltestsrc ! glimagesink
gst-launch-0.10 gltestsrc ! "video/x-raw-gl, width=720, height=576" ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! "video/x-raw-gl, width=720, height=576" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)AYUV, width=380, height=288" ! glupload ! "video/x-raw-gl, width=720, height=576" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)I420, width=720,height=576" ! glupload ! "video/x-raw-gl, width=240, height=320" ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glfiltercube ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! glfiltercube ! glfiltercube ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! glfiltercube red=1.0 green=0.5 blue=0.1 ! glfiltercube red=0.6 green=0.9 blue=1.0 ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! glfiltercube red=0.6 green=0.2 blue=1.0 ! glfiltercube fovy=50.0 znear=0.2 zfar=1000.0 ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! "video/x-raw-gl, width=720, height=576" ! glfiltercube ! "video/x-raw-gl, width=320, height=240" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)AYUV, width=320, height=240" ! glupload ! "video/x-raw-gl, width=720, height=576" ! glfiltercube ! "video/x-raw-gl, width=320, height=240" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-rgb, width=320, height=240" ! glupload ! "video/x-raw-gl, width=800, height=600" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)YUY2, width=320, height=240" ! glupload ! "video/x-raw-gl, width=800, height=600" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)I420, width=320, height=240" ! glupload ! "video/x-raw-gl, width=800, height=600" ! glimagesink
gst-launch-0.10 gltestsrc ! glfiltercube ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glfilterapp ! glimagesink
gst-launch-0.10 gltestsrc ! glfilterapp ! glimagesink

gst-launch-0.10 videotestsrc ! glcolorscale ! ximagesink
gst-launch-0.10 videotestsrc ! glcolorscale ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)YV12, width=640, height=480" ! glcolorscale ! "video/x-raw-rgb, width=320, height=240" ! ximagesink
gst-launch-0.10 gltestsrc ! gldownload ! glcolorscale ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! gldownload ! ximagesink
gst-launch-0.10 videotestsrc ! glupload ! gldownload ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! gldownload ! "video/x-raw-yuv, format=(fourcc)UYVY" ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! gldownload ! "video/x-raw-yuv, format=(fourcc)AYUV" ! glimagesink

gst-launch-0.10 videotestsrc num_buffers=200 ! glupload !  video/x-raw-gl, width=720, height=576 ! glfiltercube ! video/x-raw-gl, width=320, height=240 ! gldownload ! ffenc_mpeg4 ! avimux ! filesink location="record.avi"
gst-launch-0.10 gltestsrc ! glfiltercube ! gldownload ! ximagesink
gst-launch-0.10 videotestsrc ! glupload ! gldownload ! glupload ! gldownload ! glupload ! glimagesink

gst-launch-0.10 videotestsrc ! tee name=t t. ! queue ! glimagesink t. ! queue ! glimagesink t. ! queue ! glimagesink
gst-launch-0.10 videotestsrc ! tee name=t t. ! queue ! glimagesink t. ! queue ! glupload ! glfiltercube ! glimagesink
gst-launch-0.10 videotestsrc ! tee name=t t. ! queue ! glimagesink t. ! queue ! glupload ! glfiltercube ! glimagesink t. ! queue ! glcolorscale ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glfiltercube ! glfilterlaplacian ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! glfilterlaplacian ! glfiltercube ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glfilterblur ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glfiltercube ! gleffects effect=3 ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glbumper location=normalmap.bmp ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! glbumper location=bumpwall.bmp ! "video/x-raw-gl, width=1200, height=800" ! glimagesink

gst-launch-0.10 videotestsrc ! glupload ! glfilterglass ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! "video/x-raw-gl, width=640, height=480" ! glfilterglass ! glimagesink