[770/906] tests/examples: port some of the examples.
authorMathieu Duponchelle <mathieu.duponchelle@epitech.eu>
Tue, 16 Jul 2013 16:28:33 +0000 (18:28 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:59 +0000 (18:36 +0100)
This commit is a first step, removes glupload, switch new-decoded-pad
to pad-added, but these examples still fail for various reasons.

tests/examples/clutter/clutteractor.c
tests/examples/clutter/cluttershare.c

index c253217..44c97ba 100644 (file)
@@ -158,7 +158,7 @@ main (int argc, char *argv[])
   pipeline =
       GST_PIPELINE (gst_parse_launch
       ("videotestsrc ! video/x-raw, width=320, height=240, framerate=(fraction)30/1 ! "
-          "glupload ! gleffects effect=twirl ! glimagesink", NULL));
+          "gleffects effect=twirl ! glimagesink", NULL));
 
   bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
 
index 6b7311f..ac13b1c 100644 (file)
@@ -285,8 +285,7 @@ main (int argc, char *argv[])
   pipeline =
       GST_PIPELINE (gst_parse_launch
       ("videotestsrc ! video/x-raw, width=320, height=240, framerate=(fraction)30/1 ! "
-          "glupload ! gleffects effect=5 ! glfiltercube ! fakesink sync=1",
-          NULL));
+          "gleffects effect=5 ! glfiltercube ! fakesink sync=1", NULL));
 
   /* setup bus */