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 710714 - Add a new simple glvideomixer element
Add a new simple glvideomixer element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal enhancement
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-23 10:48 UTC by Matthew Waters (ystreet00)
Modified: 2013-10-31 21:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
context: refcount the display (933 bytes, patch)
2013-10-23 10:49 UTC, Matthew Waters (ystreet00)
committed Details | Review
mixer: error out properly on flushing (824 bytes, patch)
2013-10-23 10:49 UTC, Matthew Waters (ystreet00)
committed Details | Review
new glvideomixer element (14.18 KB, patch)
2013-10-23 10:50 UTC, Matthew Waters (ystreet00)
none Details | Review
new glvideomixer element (14.18 KB, patch)
2013-10-23 13:00 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2013-10-23 10:48:59 UTC
New element (for pitivi)
Comment 1 Matthew Waters (ystreet00) 2013-10-23 10:49:30 UTC
Created attachment 257904 [details] [review]
context: refcount the display
Comment 2 Matthew Waters (ystreet00) 2013-10-23 10:49:56 UTC
Created attachment 257905 [details] [review]
mixer: error out properly on flushing
Comment 3 Matthew Waters (ystreet00) 2013-10-23 10:50:28 UTC
Created attachment 257906 [details] [review]
new glvideomixer element
Comment 4 Matthew Waters (ystreet00) 2013-10-23 13:00:56 UTC
Created attachment 257914 [details] [review]
new glvideomixer element
Comment 5 Sebastian Dröge (slomo) 2013-10-31 21:33:15 UTC
commit 999d179cc62b80edafbf930d845475f119d41545
Author: Matthew Waters <ystreet00@gmail.com>
Date:   Wed Oct 23 21:46:04 2013 +1100

    glvideomixer: Add a new simple glvideomixer element
    
    that simply uses glBlendFunc to blend each imput frame
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710714
Comment 6 Thibault Saunier 2013-10-31 21:42:27 UTC
Thanks a lot Matthew, not sure we will start using it very soon, but great to have a basis to build upon! :)
Comment 7 Mathieu Duponchelle 2013-10-31 21:43:38 UTC
Seconded, thanks a lot !