[gstreamer-bugs] [Bug 163333] New: [pngenc] Remove the buffer == file assumption

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jan 8 06:09:03 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=163333
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [pngenc] Remove the buffer == file assumption
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: algernon at bonehunter.rulez.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Right now pngenc assumes that the buffer is preciesly equal to the whole data it
must process. That breaks spectacularly when using something like this:

gst-launch filesrc location=test.raw !
video/x-raw-rgb,depth=(int)32,bpp=(int)32,width=(int)48,height=(int)48 ! pngenc
! filesink location=out.png

In my tests, out.png contained only a part of the input data (the first 1024
bytes encoded into png, which is no suprise).

Attached will be a patch that removes this assumption.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list