[gstreamer-bugs] [Bug 410772] New: Crash copying a GstNetBuffer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 22 04:46:52 PST 2007


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

  GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: Crash copying a GstNetBuffer
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: hexa00 at gmail.com
     GNOME version: Unspecified
   GNOME milestone: Unspecified


(Cloning bug for release notes/buglist etc.)

+++ This bug was initially created as a clone of Bug #393099 +++

The GstBuffer class ::copy() vfunc wrongly creates a new buffer with a
GstBuffer GType and the size of a GstBuffer structure, instead of creating a
new buffer with the same type and size as the input buffer.

This fails spectactularly in the case of GstNetBuffer from gst-plugins-base,
which just chains up to GstBuffer::copy and then copies over some additional
fields.

...


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list