GNOME Bugzilla – Bug 754900
GL_TEXTURE_BORDER is deprecated in OpenGL
Last modified: 2015-09-22 10:38:29 UTC
Right now, when the video frame is uploaded to a texture through the GLTextureUploadMeta, and OpenGL is above 3.1 without compat profile, the upload fails, because GL_TEXTURE_BORDER is deprecated in OpenGL. In the case of glimagesink, it silently fails and use memcpy. The attached patch is just a workaround.
Created attachment 311169 [details] [review] wip: GL_TEXTURE_BORDER problem
*** This bug has been marked as a duplicate of bug 753099 ***