GNOME Bugzilla – Bug 601374
new plugin glvideomixer
Last modified: 2009-11-19 18:23:34 UTC
Above a new plugin glvideomixer. This plugin allows you to get multiple video streams and choose what video stream you want to show with the property index-stream. Above an example: gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)YUY2" ! glupload ! queue ! glvideomixer index-stream=4 name=m ! glimagesink videotestsrc pattern=12 ! "video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)5/1, width=100, height=200" ! glupload ! queue ! m. videotestsrc ! "video/x-raw-rgb, framerate=(fraction)15/1, width=1500, height=1500" ! glupload ! gleffects effect=3 ! queue ! m. videotestsrc ! glupload ! gleffects effect=2 ! queue ! m. videotestsrc ! glupload ! glfiltercube ! queue ! m. videotestsrc ! glupload ! gleffects effect=6 ! queue ! m. Anthony
Currently the plugin is still in development, it will feature a complete management of postion, size, transparency,... of the stream. I close the subject and will propose a new version with management and other functionalities in the future