[gstreamer-bugs] [Bug 164256] New: theoraenc width and height not multiple of 16 fails with distorted image

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Jan 16 06:21:15 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=164256
 GStreamer | gst-plugins | Ver: 0.8.7

           Summary: theoraenc width and height not multiple of 16 fails with
                    distorted image
           Product: GStreamer
           Version: 0.8.7
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: gnome at underdogma.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


using this flash animation:
 http://www.themeatrix.com/meatrix.swf

with this pipeline:
gst-launch-0.8  { filesrc location=meatrix.swf ! swfdec name=decode } { decode.
! queue max-size-buffers=500 max-size-time=0 max-size-bytes=0 ! ffcolorspace !
theoraenc ! oggmux name=mux ! filesink location=test.ogg decode. ! queue
max-size-buffers=500 max-size-bytes=0 max-size-time=0 ! audioconvert !
rawvorbisenc ! mux. }

the resulting ogg theora will have a distorted image, cause by not
properly handling frame sizes that are not a multiple of 16.

in adition there seems to be a memory leak causing gst-launch to use up alle
available memory quite fast

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