[344/906] Use a more complex gst gl pipeline in the cluttershare example

This commit is contained in:
Julien Isorce 2009-05-09 21:30:30 +02:00 committed by Matthew Waters
parent 01cbcb4d3c
commit eeece94c58

View file

@ -272,8 +272,9 @@ main (int argc, char *argv[])
pipeline =
GST_PIPELINE (gst_parse_launch
("videotestsrc ! video/x-raw-rgb, bpp=32, depth=32, width=320, height=240, framerate=(fraction)30/1 ! "
"glupload ! fakesink sync=1", NULL));
("videotestsrc ! video/x-raw-yuv, width=320, height=240, framerate=(fraction)30/1 ! "
"glupload ! gleffects effect=5 ! glfiltercube ! fakesink sync=1",
NULL));
/* setup bus */