After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721155 - Some YUV formats are superscaled widthwise
Some YUV formats are superscaled widthwise
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-28 13:22 UTC by Matthew Waters (ystreet00)
Modified: 2013-12-28 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXTURE_2D transition (1.66 KB, patch)
2013-12-28 13:23 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2013-12-28 13:22:43 UTC
In the TEXTURE_RECTANGLE -> TEXTURE_2D transition, the scale factors were not adjusted for the yuv formats (in desktop GL).
Comment 1 Matthew Waters (ystreet00) 2013-12-28 13:23:34 UTC
Created attachment 264961 [details] [review]
remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXTURE_2D transition
Comment 2 Sebastian Dröge (slomo) 2013-12-28 13:28:18 UTC
Comment on attachment 264961 [details] [review]
remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXTURE_2D transition

Oops :)
Comment 3 Sebastian Dröge (slomo) 2013-12-28 13:29:11 UTC
commit c6a035e79233835fbfba673572393c017a19984c
Author: Matthew Waters <ystreet00@gmail.com>
Date:   Fri Nov 15 18:28:49 2013 +1100

    glupload: Remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXTURE_2D transition
    
    fixes the funky colours in some of the yuv formats
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721155