GNOME Bugzilla – Bug 612157
[gst-plugins-gl]enable stencil buffer's use
Last modified: 2010-04-13 11:49:30 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.
Only this: - GLX_DEPTH_SIZE, 16, GLX_DOUBLEBUFFER, + GLX_DEPTH_SIZE, 24, + GLX_STENCIL_SIZE, 8, ? Because there is a lot of +/-.
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