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 680002 - GstGLOverlay fails to load non-square overlay images
GstGLOverlay fails to load non-square overlay images
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.x
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-16 12:49 UTC by Matthew Waters (ystreet00)
Modified: 2013-11-07 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GstGLOverlay fix loading non-square overlays (1009 bytes, patch)
2012-07-16 12:49 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2012-07-16 12:49:13 UTC
Created attachment 218906 [details] [review]
GstGLOverlay fix loading non-square overlays

Simply someone put width where they should have put height :)

Also removes the associated warning from libjpeg about reading too few/many scanlines
Comment 1 Sebastian Dröge (slomo) 2013-11-07 17:59:06 UTC
commit 4b53f2cf6f53f58243701cdf9b65666a2aadfebf
Author: Matthew Waters <ystreet00@gmail.com>
Date:   Mon Jul 16 22:40:15 2012 +1000

    GstGLOverlay: fix loading of non-square overlays
    
    libjpeg complains about "Application read too {many,few} scan lines" in non-square images