mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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 =
|
||||
GST_PIPELINE (gst_parse_launch
|
||||
("videotestsrc ! video/x-raw-rgb, bpp=32, depth=32, width=320, height=240, framerate=(fraction)30/1 ! "
|
||||
"glupload ! fakesink sync=1", NULL));
|
||||
("videotestsrc ! video/x-raw-yuv, width=320, height=240, framerate=(fraction)30/1 ! "
|
||||
"glupload ! gleffects effect=5 ! glfiltercube ! fakesink sync=1",
|
||||
NULL));
|
||||
|
||||
/* setup bus */
|
||||
|
||||
|
|
Loading…
Reference in a new issue