[gstreamer-bugs] [Bug 343661] Jpeg image crashes gstreamer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 9 10:13:43 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343661
 GStreamer | gst-plugins-good | Ver: 0.10.3


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.4




------- Comment #3 from Wim Taymans  2006-06-09 17:13 UTC -------
Problem was that the buffers were not allocated big enough to hold this big an
image. Fixed in cvs now with this commit:

        * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
        (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
        (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
        (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
        (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
        * ext/jpeg/gstjpegdec.h:
        API: Added IDCT method property
        Small cleanups.
        Avoid dynamic allocation of trivial fixed structure.
        Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.


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




More information about the Gstreamer-bugs mailing list