GNOME Bugzilla – Bug 679961
glbumper aborts with "libpng error: Not a PNG file"
Last modified: 2012-07-15 16:23:54 UTC
Created attachment 218855 [details] [review] Fix reading the magic number This results simply from us not informing libPNG that we have already read the 8 byte magic number which is what this patch fixes.
commit 7832a9dddaa6380bbf0b08a848ff0841eafedd1f Author: Matthew Waters <ystreet00@gmail.com> Date: Mon Jul 16 00:36:30 2012 +1000 GstGLBumper: fix libPNG complaining about invalid png files We failed to inform libPNG that we had already read the header https://bugzilla.gnome.org/show_bug.cgi?id=679961