[gstreamer-bugs] [Bug 346663] Segmentation error with fakesrc, fakesink and a filter

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 5 10:11:11 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=346663
 GStreamer | gstreamer (core) | Ver: 0.10.x


Wim Taymans changed:

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




------- Comment #2 from Wim Taymans  2006-07-05 17:11 UTC -------
This should fix the assert. No guarantee that the next element will handle a 0
sized buffer.


        * gst/gstbuffer.c: (_gst_buffer_copy), (gst_buffer_create_sub):
        * tests/check/gst/gstbuffer.c: (GST_START_TEST),
        (gst_buffer_suite):
        No point in checking if the size of the subbuffer > 0, the
        code handles it correclty as demonstrated by unit test.
        Also add a unit test for the zero sized _new_and_alloc and
        _copy. Fixes #346663.


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