[344/906] Use a more complex gst gl pipeline in the cluttershare example
This commit is contained in:
parent
01cbcb4d3c
commit
eeece94c58
@ -272,8 +272,9 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
pipeline =
|
pipeline =
|
||||||
GST_PIPELINE (gst_parse_launch
|
GST_PIPELINE (gst_parse_launch
|
||||||
("videotestsrc ! video/x-raw-rgb, bpp=32, depth=32, width=320, height=240, framerate=(fraction)30/1 ! "
|
("videotestsrc ! video/x-raw-yuv, width=320, height=240, framerate=(fraction)30/1 ! "
|
||||||
"glupload ! fakesink sync=1", NULL));
|
"glupload ! gleffects effect=5 ! glfiltercube ! fakesink sync=1",
|
||||||
|
NULL));
|
||||||
|
|
||||||
/* setup bus */
|
/* setup bus */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user