[gstreamer-bugs] [Bug 595215] New: PNM encoder doesn't support ASCII encoding

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 14 15:02:58 PDT 2009


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

           Summary: PNM encoder doesn't support ASCII encoding
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lutz at topfrose.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=143196)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=143196)
Patch to add ASCII encoding support.

The PNM encoder doesn't support ASCII encoding (the decoder doesn't, neither,
but that's another story). Attached patch fixes this by adding an ascii
property to the encoder. If set to true (it is off by default), the encoder
produces files in ASCII encoding. While at it, I...
- fixed the example
- completed the documentation
- removed some unused code from gstpnmutils.[c,h]
- improved the readability of the code by splitting up type and encoding

-- 
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