[Webkit-unassigned] [Bug 140119] [GStreamer][MSE] ASSERT in MediaSourceClientGStreamer::addSourceBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 03:59:36 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140119

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Not if it's just a normal C pointer. The one and only reference to the pad would be taken by gst_element_add_pad() and then the variable goes out of scope and nothing happens (while currently the smart pointer unrefs the pad when it goes out of scope, leading to a refcount of 0).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150106/f69a9b95/attachment-0002.html>


More information about the webkit-unassigned mailing list