[Bug 728890] GstGLUpload: wrong colors for YUY2 and UYVY on GLES

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 22 07:12:50 PDT 2014


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

--- Comment #7 from Matthew Waters <ystreet00 at gmail.com> 2014-05-22 14:12:46 UTC ---
Created an attachment (id=276990)
 View: https://bugzilla.gnome.org/attachment.cgi?id=276990
 Review: https://bugzilla.gnome.org/review?bug=728890&attachment=276990

gl/memory: implement GL_EXT_texture_rg support

Ok, so to test, you'll need current master plus this patch which works with
mesa's big GL but not its GLES2 implementation.  According to the GLES spec, we
need to provide sized internal formats (like GL_R8) instead of the unsized
formats (GL_RED) to both glTexImage*, glReadPixels, etc.  I am working on that.

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