[Webkit-unassigned] [Bug 132558] New: [MediaStream] MediaStream.addTrack Should not check for active state.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 4 22:07:28 PDT 2014


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

           Summary: [MediaStream] MediaStream.addTrack Should not check
                    for active state.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kiran.guduru at samsung.com
                CC: dev_sachin at yahoo.com


MediaStream.addTrack method is checking for active state of a MediaStream, but it should not check for active state.
The following use case will not work, if it checks for active state while adding a new track.

1. Create a MediaStream without any argument, then try to add tracks to mediaStream will not work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list