mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
[344/906] Use a more complex gst gl pipeline in the cluttershare example
This commit is contained in:
parent
01cbcb4d3c
commit
eeece94c58
1 changed files with 3 additions and 2 deletions
|
@ -272,8 +272,9 @@ main (int argc, char *argv[])
|
||||||
|
|
||||||
pipeline =
|
pipeline =
|
||||||
GST_PIPELINE (gst_parse_launch
|
GST_PIPELINE (gst_parse_launch
|
||||||
("videotestsrc ! video/x-raw-rgb, bpp=32, depth=32, width=320, height=240, framerate=(fraction)30/1 ! "
|
("videotestsrc ! video/x-raw-yuv, width=320, height=240, framerate=(fraction)30/1 ! "
|
||||||
"glupload ! fakesink sync=1", NULL));
|
"glupload ! gleffects effect=5 ! glfiltercube ! fakesink sync=1",
|
||||||
|
NULL));
|
||||||
|
|
||||||
/* setup bus */
|
/* setup bus */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue