GNOME Bugzilla – Bug 612159
[gst-plugins-gl]enable global stencil buffer use
Last modified: 2010-04-26 14:55:47 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...)
Created attachment 155538 [details] [review] enable stencil buffer global use
Created attachment 155540 [details] [review] the real patch, dunno how to erase the wrong one
Great idea but please remake the patch moving your code in: -#ifndef OPENGL_ES2 sections. Do not remove those sections.
Created attachment 155625 [details] [review] Patch according to the modifications you asked for
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