summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2009-05-09 21:30:30 +0200
committerJulien Isorce <julien.isorce@gmail.com>2009-05-09 21:30:30 +0200
commit7fcc8396d19f7f7912d613b59b4c6fe14a529aaf (patch)
treea78affe5a169b0f372d7deb2481be51fd981497c /tests
parent5e28608e3c1e9015a5b099221329ddcdfdc9cc57 (diff)
Use a more complex gst gl pipeline in the cluttershare example
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/clutter/cluttershare.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/examples/clutter/cluttershare.c b/tests/examples/clutter/cluttershare.c
index ba4bb04..631174b 100644
--- a/tests/examples/clutter/cluttershare.c
+++ b/tests/examples/clutter/cluttershare.c
@@ -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 */