GNOME Bugzilla – Bug 680002
GstGLOverlay fails to load non-square overlay images
Last modified: 2013-11-07 17:59:09 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
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