[Bug 750039] Keeping buffers with shared memory alive

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 28 07:39:10 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750039

--- Comment #1 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 304174
  --> https://bugzilla.gnome.org/attachment.cgi?id=304174&action=edit
Add GstParentBufferMeta

A core meta which helps implement the old concept
of sub-buffering in some situations, by making it
possible for a buffer to keep a ref on a different
parent buffer. The parent buffer is unreffed when
the Meta is freed.

This meta is used to ensure that a buffer whose
memory is being shared to a child buffer isn't freed
and returned to a buffer pool until the memory
is.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list