mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
[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:
parent
782a9c5355
commit
d0e95c34f3
2 changed files with 2 additions and 3 deletions
|
@ -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));
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue