Bug 150229 - [GStreamer] ASSERTION FAILED: !m_adoptionIsRequired in MediaSourceGStreamer::addSourceBuffer
Summary: [GStreamer] ASSERTION FAILED: !m_adoptionIsRequired in MediaSourceGStreamer::...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2015-10-16 03:19 PDT by Carlos Garcia Campos
Modified: 2015-10-16 03:48 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.46 KB, patch)
2015-10-16 03:25 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>