Bug 123755

Summary: Fixing MediaStreamDescriptor addSource and addTrack methods
Product: WebKit Reporter: Thiago de Barros Lacerda <thiago.lacerda>
Component: WebCore Misc.Assignee: Thiago de Barros Lacerda <thiago.lacerda>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, glenn, hta, jer.noble, kling, tommyw
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.