GNOME Bugzilla – Bug 700047
pngdec: make decoding work without png parser
Last modified: 2013-05-14 19:41:02 UTC
Unable to have the png image decoding ,Require the support of the png parser in gstreamer -1.0.5 package for the png parser and decoding. best regards Deepak
You have filed this bug in the wrong product page. It should have been filed under the GStreamer product (not gstreamermm-plugins-good). Reassigning to the correct product.
This is already fixed in the 1.0 branch and git master, and will be in the 1.0.8 release when it comes out: commit 31259d91e40f9e0b4db53260312c5664d51aedaf Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue May 7 16:30:59 2013 +0200 pngdec: Implement parsing functionality This allows to plug pngdec directly without a parser if that is desired. Parsing code is based on pngparse. (In general, however, you will need parsers in front of decoders in 1.0)