Bug 123755 - Fixing MediaStreamDescriptor addSource and addTrack methods
Summary: Fixing MediaStreamDescriptor addSource and addTrack methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Thiago de Barros Lacerda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-04 14:13 PST by Thiago de Barros Lacerda
Modified: 2013-11-04 17:24 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.19 KB, patch)
2013-11-04 14:22 PST, Thiago de Barros Lacerda
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago de Barros Lacerda 2013-11-04 14:13:07 PST
We must store the track and source that is passed as parameter in a RefPtr,
otherwise we will refer to a null pointer.
Comment 1 Thiago de Barros Lacerda 2013-11-04 14:22:18 PST
Created attachment 215952 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-04 17:24:54 PST
Comment on attachment 215952 [details]
Patch

Clearing flags on attachment: 215952

Committed r158620: <http://trac.webkit.org/changeset/158620>
Comment 3 WebKit Commit Bot 2013-11-04 17:24:56 PST
All reviewed patches have been landed.  Closing bug.