[Bug 729764] New: pnmdec: Not possible to get output buffer with the same dimension as encoded size

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 7 20:56:01 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729764
  GStreamer | gst-plugins-bad | git

           Summary: pnmdec: Not possible to get output buffer with the
                    same dimension as encoded size
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sanjay.nm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=276118)
 View: https://bugzilla.gnome.org/attachment.cgi?id=276118
 Review: https://bugzilla.gnome.org/review?bug=729764&attachment=276118

pngdec: Fix to decode image into original dimension

PNM Decoder always aligns the output dimension to multiple of 4. There is no
way to say decode an image of dimension 1919 x 1080 into the same buffer size.
This gets decoded to 1920 x 1080 size.

Fixed this by adding an input option to decode the image into original
dimension. Default functionality is not changed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list