[Bug 704222] gldownload: Support for multi-planar format for GLES

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 23 06:44:26 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704222
  GStreamer | gst-plugins-gl | git

--- Comment #21 from Matthew Waters <ystreet00 at gmail.com> 2013-07-23 13:44:22 UTC ---
(In reply to comment #20)
> (In reply to comment #19)
> 
> > 
> > Interesting... I only get the GL_INVALID_ENUM error.  Seems the intel drivers
> > are stricter.
> 
> Why do we get this INVALID_ENUM btw? :)

Well, run it in a debugger and you can break on _mesa_error to find out :). I
just did that and it has to do with calling glEnable(GL_TEXTURE_RECTANGLE).  we
define GL_TEXTURE_RECTANGLE to be GL_TEXTURE_2D in GLES2 and enable/disable
with that value is an error (in GLES2).

-- 
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