[Webkit-unassigned] [Bug 123025] New: MediaStreamTrack now tracks its own state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 18 09:29:03 PDT 2013


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

           Summary: MediaStreamTrack now tracks its own state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thiago.lacerda at openbossa.org


The spec says that a MediaStreamSource can be shared by different tracks, so a track must have its own state tracking.
In the old implementation if a user invoked the stop method, its readyState method was still returning the MediaStreamSource state, which was wrong.
This also adds a setEnabled method, which can be used to set the state of a track when a remote peer ends it, for instance.

-- 
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