[Bug 729750] gl: GL_FRAMEBUFFER_UNSUPPORTED with GST_VIDEO_GL_TEXTURE_TYPE_LUMINANCE_ALPHA

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 7 21:19:11 PDT 2014


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

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #4 from Matthew Waters <ystreet00 at gmail.com> 2014-05-08 04:19:07 UTC ---
GL_FRAMEBUFFER_UNSUPPORTED is returned because LUMINANCE formats are not color
renderable and so cannot be used as color attachments for fbos.  The fix is to
move to GL_EXT_texture_rg which in the current state should be reasonably
simple.

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