Bug 150229

Summary: [GStreamer] ASSERTION FAILED: !m_adoptionIsRequired in MediaSourceGStreamer::addSourceBuffer
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, zan
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2015-10-16 03:19:18 PDT
This happens in the debug bot in all media source tests that run that code. The problem is that we are creating a RefPtr without adopting the reference. The ownerships there are not very clear anyway.
Comment 1 Carlos Garcia Campos 2015-10-16 03:25:28 PDT
Created attachment 263256 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-10-16 03:48:16 PDT
Committed r191174: <http://trac.webkit.org/changeset/191174>