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 700047 - pngdec: make decoding work without png parser
pngdec: make decoding work without png parser
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.0.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-10 07:14 UTC by pandey.deepakp
Modified: 2013-05-14 19:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description pandey.deepakp 2013-05-10 07:14:32 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
Comment 1 José Alburquerque 2013-05-14 19:26:36 UTC
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.
Comment 2 Tim-Philipp Müller 2013-05-14 19:41:02 UTC
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)