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 679961 - glbumper aborts with "libpng error: Not a PNG file"
glbumper aborts with "libpng error: Not a PNG file"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.x
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-15 14:55 UTC by Matthew Waters (ystreet00)
Modified: 2012-07-15 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix reading the magic number (991 bytes, patch)
2012-07-15 14:55 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2012-07-15 14:55:44 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.
Comment 1 Tim-Philipp Müller 2012-07-15 16:23:46 UTC
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