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 754900 - GL_TEXTURE_BORDER is deprecated in OpenGL
GL_TEXTURE_BORDER is deprecated in OpenGL
Status: RESOLVED DUPLICATE of bug 753099
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other All
: Normal blocker
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 750547
 
 
Reported: 2015-09-11 17:24 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-09-22 10:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wip: GL_TEXTURE_BORDER problem (1.24 KB, patch)
2015-09-11 17:24 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2015-09-11 17:24:09 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.
Comment 1 Víctor Manuel Jáquez Leal 2015-09-11 17:24:13 UTC
Created attachment 311169 [details] [review]
wip: GL_TEXTURE_BORDER problem
Comment 2 Víctor Manuel Jáquez Leal 2015-09-22 10:37:47 UTC

*** This bug has been marked as a duplicate of bug 753099 ***