- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Mar 2014 14:03:13 +0000
- To: public-media-capture@w3.org
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