[Bug 796692] bufferlist: gst_buffer_list_get() can give a writable reference to multiple threads at the same time

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 29 03:01:06 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #372865|none                        |needs-work
             status|                            |

--- Comment #17 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 372865
  --> https://bugzilla.gnome.org/attachment.cgi?id=372865
bufferlist: Ensure buffer and buffer list writability matches

Thanks for looking into this, but this is unfortunately API/ABI breakage. It
was also one of the things that I thought of, however:

a) existing binaries will only call gst_mini_object_ref() due to it being an
inline function before
b) it's perfectly valid to call gst_mini_object_ref/unref() on buffer lists,
and code does that. There are code paths that handle buffers and buffer lists
the same way as a generic mini object

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