From d0e95c34f3a02af34b98cf2c8b02c7bcf7357c04 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 16 Jul 2013 18:28:33 +0200 Subject: [PATCH] [770/906] tests/examples: port some of the examples. 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 | 2 +- tests/examples/clutter/cluttershare.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/examples/clutter/clutteractor.c b/tests/examples/clutter/clutteractor.c index c25321798a..44c97ba7c6 100644 --- a/tests/examples/clutter/clutteractor.c +++ b/tests/examples/clutter/clutteractor.c @@ -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)); diff --git a/tests/examples/clutter/cluttershare.c b/tests/examples/clutter/cluttershare.c index 6b7311f491..ac13b1caa8 100644 --- a/tests/examples/clutter/cluttershare.c +++ b/tests/examples/clutter/cluttershare.c @@ -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 */