mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gl: Update glvideomixer doc
This commit is contained in:
parent
fb0f015dfe
commit
bcc29643db
1 changed files with 6 additions and 6 deletions
|
@ -29,12 +29,12 @@
|
||||||
* <title>Examples</title>
|
* <title>Examples</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch-1.0 glvideomixer name=m ! glimagesink \
|
* gst-launch-1.0 glvideomixer name=m ! glimagesink \
|
||||||
* videotestsrc ! video/x-raw, format=YUY2 ! m. \
|
* videotestsrc ! video/x-raw, format=YUY2 ! glupload ! glcolorconvert ! m. \
|
||||||
* videotestsrc pattern=12 ! video/x-raw, format=I420, framerate=5/1, width=100, height=200 ! queue ! m. \
|
* videotestsrc pattern=12 ! video/x-raw, format=I420, framerate=5/1, width=100, height=200 ! queue ! \
|
||||||
* videotestsrc ! video/x-raw, format=RGB, framerate=15/1, width=1500, height=1500 ! gleffects effect=3 ! queue ! m. \
|
* glupload ! glcolorconvert ! m. \
|
||||||
* videotestsrc ! gleffects effect=2 ! queue ! m. \
|
* videotestsrc ! glupload ! gleffects effect=2 ! queue ! m. \
|
||||||
* videotestsrc ! glfiltercube ! queue ! m. \
|
* videotestsrc ! glupload ! glfiltercube ! queue ! m. \
|
||||||
* videotestsrc ! gleffects effect=6 ! queue ! m.
|
* videotestsrc ! glupload ! gleffects effect=6 ! queue ! m.gst-launch-1.0 glvideomixer name=m ! glimagesink \
|
||||||
* ]|
|
* ]|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue