[Bug 712287] Use GL_TEXTURE_2D (npot) instead of GL_TEXTURE_RECTANGLE
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 26 03:17:32 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712287
GStreamer | gst-plugins-gl | git
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |slomo at coaxion.net
Resolution| |FIXED
Target Milestone|HEAD |1.2.0
--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-26 11:17:29 UTC ---
commit fffdcbdd3dde437e10cf6e1b5e40c6958d41e6c1
Author: Matthew Waters <ystreet00 at gmail.com>
Date: Fri Nov 15 18:28:49 2013 +1100
gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE
We create our textures (in Desktop GL) with GL_TEXTURE_RECTANGLE,
vaapi attempts to bind our texture to GL_TEXTURE_2D which throws a
GL_INVALID_OPERATION error and as thus, no video.
Also, by moving exclusively to GL_TEXTURE_2D and the npot extension
we also remove a difference between the Desktop GL and GLES2 code.
https://bugzilla.gnome.org/show_bug.cgi?id=712287
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list