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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 20 17:36:07 PDT 2014


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

--- Comment #4 from Matthew Waters <ystreet00 at gmail.com> 2014-05-21 00:36:01 UTC ---
However it still needs EXT_texture_rg to support it properly. bug #704222 and
bug #729750.

commit 2da979831ec3b1a8d993eb6f2d3999c5810c4d67
Author: Matthew Waters <ystreet00 at gmail.com>
Date:   Wed May 21 10:26:21 2014 +1000

    gl/upload: switch the 'master' texture for YUY2, UYVY

    From d4bcef3204709159713ff1630978ecac0bd91dc9 on, using a RGBA
    texture to hold the data causes the glmemory to have half width
    and a scaling of [2, 1].  Using a LA texture solves this problem
    however cannot be attached to the framebuffer for copying into
    a RGBA texture.  Which will be solved by moving to EXT_texture_rg.

    https://bugzilla.gnome.org/show_bug.cgi?id=728890

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