[Bug 745287] basesink: drain query doesn't fully work to release v4l2 buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 27 11:08:18 PST 2015


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

--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 298119
  --> https://bugzilla.gnome.org/attachment.cgi?id=298119&action=edit
gstbuffer: add gst_buffer_copy_deep

A variant of gst_buffer_copy that forces the underlying memory
to be copied.

This is added to avoid adding an extra reference to a GstMemory
that might belong to a bufferpool that is trying to be drained.
The use case is when the buffer copying is done to release the
old buffer and all its resources.

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