GNOME Bugzilla – Bug 595700
PNM decoder doesn't handle ASCII encoded pnm data split over several buffers
Last modified: 2009-09-22 06:14:15 UTC
The PNM decoder currently fails if the ASCII encoded PNM data is split over several buffers. The attached patch fixes that and a couple of other problems: - handle ASCII encoded PNM data split over several buffers - unref buffers after gst_buffer_span - fix scanning of header if header data is split over several buffers
Created attachment 143507 [details] [review] pnm.diff Patch by Lutz for this bug...
commit a744f8136b12a879fec4cd554d67f9b4d9cf4069 Author: Lutz Mueller <lutz@topfrose.de> Date: Tue Sep 22 08:11:36 2009 +0200 pnm: Handle ASCII encoded PNM data that is split over multiple buffers Also: - unref buffers after gst_buffer_span - fix scanning of header if header data is split over several buffers Fixes bug #595700.