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 612159 - [gst-plugins-gl]enable global stencil buffer use
[gst-plugins-gl]enable global stencil buffer use
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other All
: Normal enhancement
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-08 09:58 UTC by POUZOL Pierre
Modified: 2010-04-26 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
enable stencil buffer global use (23.91 KB, patch)
2010-03-08 09:59 UTC, POUZOL Pierre
none Details | Review
the real patch, dunno how to erase the wrong one (3.81 KB, patch)
2010-03-08 10:08 UTC, POUZOL Pierre
none Details | Review
Patch according to the modifications you asked for (2.76 KB, patch)
2010-03-09 08:09 UTC, POUZOL Pierre
none Details | Review

Description POUZOL Pierre 2010-03-08 09:58:54 UTC
The last patch is useful only for glimagesink, but necessary. This one complete the first, and enable the stencil buffer use for all element this time (glfilterapp, new filters...)
Comment 1 POUZOL Pierre 2010-03-08 09:59:28 UTC
Created attachment 155538 [details] [review]
enable stencil buffer global use
Comment 2 POUZOL Pierre 2010-03-08 10:08:41 UTC
Created attachment 155540 [details] [review]
the real patch, dunno how to erase the wrong one
Comment 3 Julien Isorce 2010-03-08 13:49:03 UTC
Great idea but
please remake the patch moving your code in:
-#ifndef OPENGL_ES2  sections.
Do not remove those sections.
Comment 4 POUZOL Pierre 2010-03-09 08:09:36 UTC
Created attachment 155625 [details] [review]
Patch according to the modifications you asked for
Comment 5 Julien Isorce 2010-04-26 12:00:28 UTC
commit d6bb4fd2d027d87606f788cb0d6d17aae73e3ec4
Author: Pierre Pouzol <pierre.pouzol@hotmail.fr>
Date:   Mon Apr 26 13:57:00 2010 +0200

    GstGLDisplay: enable stencil buffer when using framebuffer objects.

    Fixes Bug #612159