[gstreamer-bugs] [Bug 572285] Buffer Array

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 20 07:52:51 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=572285

  GStreamer | gstreamer (core) | Ver: git




------- Comment #6 from Jonas Holmberg  2009-02-20 15:52 UTC -------
The problem with gst_buffer_array_make_writeable() is that if the buffer array
contain pointers into a "parent buffer" (e.g. array with RTP payloaded H.264
points into a H.264 buffer), the only way to check if that data is writeable is
to check that refcount of the parent buffer equals the number of refs the array
has to that parent buffer.

Another problem is that calling gst_buffer_make_writeable() on a group buffer
will return the same buffer if refcount is 1 on the group buffer even if the
group data points to data in a parent buffer with refcount >1.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=572285.




More information about the Gstreamer-bugs mailing list