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 612157 - [gst-plugins-gl]enable stencil buffer's use
[gst-plugins-gl]enable stencil buffer's use
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
unspecified
Other Linux
: Normal enhancement
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-08 09:52 UTC by POUZOL Pierre
Modified: 2010-04-13 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch file to enable stencil buffer use (7.69 KB, patch)
2010-03-08 09:52 UTC, POUZOL Pierre
none Details | Review

Description POUZOL Pierre 2010-03-08 09:52:40 UTC
Created attachment 155536 [details] [review]
the patch file to enable stencil buffer use

This patch enable code writter to use stencil buffer's with a glimagesink output.
Comment 1 Julien Isorce 2010-03-08 13:46:43 UTC
Only this:

-    GLX_DEPTH_SIZE, 16,
     GLX_DOUBLEBUFFER,
+    GLX_DEPTH_SIZE, 24,
+    GLX_STENCIL_SIZE, 8,

?

Because there is a lot of +/-.
Comment 2 Julien Isorce 2010-04-01 15:12:36 UTC
commit 15e44d62915f2e4f2ce6a263068f68d72a3a34e6                                                           
Author: Pierre Pouzol <pierre.pouzol@hotmail.fr>                                                          
Date:   Thu Apr 1 17:09:29 2010 +0200                                                                     

    gstglwindow_x11: can use stencil buffer with a glimagesink
                                                              
    Fixes bug #612157