[Bug 24930] the spec defines the removetrack event as part of the MediaStream interface, but never calls out when the event should be fired

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24930

Adam Bergkvist <adam.bergkvist@ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adam.bergkvist@ericsson.com

--- Comment #1 from Adam Bergkvist <adam.bergkvist@ericsson.com> ---
You're right about the (incorrect) state check on MediaStream before a new
track is added. It's old language from the time when MediaStream could be
ended. Now a MediaStream is active or inactive and new tracks can be added to
an inactive stream to make it active again.

Checking the state of the MediaStreamTrack being added is a new thing, but I
think it's correct to do so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 5 March 2014 14:03:17 UTC