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 595409 - PNM decoder can't decode ASCII encoded files.
PNM decoder can't decode ASCII encoded files.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-16 22:01 UTC by Lutz Mueller
Modified: 2009-09-17 07:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to enable the PNM decoder to decode ASCII encoded files. (5.16 KB, patch)
2009-09-16 22:01 UTC, Lutz Mueller
committed Details | Review

Description Lutz Mueller 2009-09-16 22:01:29 UTC
Created attachment 143304 [details] [review]
Patch to enable the PNM decoder to decode ASCII encoded files.

The PNM decoder currently can't decode ASCII encoded files. Attached patch
fixes that, at least if 1 buffer = 1 image. 

While at it, I fixed the formatting of the ASCII output of the encoder.
Comment 1 Sebastian Dröge (slomo) 2009-09-17 07:41:47 UTC
commit a4e438d19381c65ec071221a80a1f329c0928d77
Author: Lutz Mueller <lutz@topfrose.de>
Date:   Thu Sep 17 09:38:02 2009 +0200

    pnm: Add ASCII decoding support
    
    ...and make the ASCII output of the encoder a bit more pretty.
    
    Fixes bug #595409.