[Bug 22264] New: MediaStream.ended set to true on creation

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

            Bug ID: 22264
           Summary: MediaStream.ended set to true on creation
    Classification: Unclassified
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Media Capture and Streams
          Assignee: public-media-capture@w3.org
          Reporter: dom@w3.org
                CC: public-media-capture@w3.org

The description of the ended attribute for MediaStream states that:
"if [the MediaStream object] is being created using the MediaStream()
constructor whose arguments are lists of MediaStreamTrack objects that are all
ended, [...] the MediaStream object MUST be created with its ended attribute
set to true."

* this should (also?) appear in the constructor algorithm at the starts of the
MediaStream section
* the conformance requirement should presumably also apply in the case where
the argument is a MediaStream object whose tracks are all ended

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

Received on Tuesday, 4 June 2013 16:50:37 UTC