[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.
This commit is contained in:
Mathieu Duponchelle 2013-07-16 18:28:33 +02:00 committed by Matthew Waters
parent 782a9c5355
commit d0e95c34f3
2 changed files with 2 additions and 3 deletions

View 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));

View 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 */