After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601374 - new plugin glvideomixer
new plugin glvideomixer
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-10 10:23 UTC by anthony
Modified: 2009-11-19 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description anthony 2009-11-10 10:23:04 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
Comment 1 anthony 2009-11-19 14:51:03 UTC
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