[Bug 25629] New: Give more clarity on initializing AduioTrack.enabled and VideoTrack.selected in "Loading and Playing a MediaStream in a Media Element"

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

            Bug ID: 25629
           Summary: Give more clarity on initializing AduioTrack.enabled
                    and VideoTrack.selected in "Loading and Playing a
                    MediaStream in a Media Element"
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Capture and Streams
          Assignee: public-media-capture@w3.org
          Reporter: kiran.guduru@samsung.com
                CC: public-media-capture@w3.org

This bug is logged, only to provide more clarity for implementers for
initializing VideoTrack.selected and AudioTrack.enabled attributes.


We have two alternatives to provide this 

Add 

o. AudioTrack.enabled be true.
o. videoTrack.selected be false.

As that was earlier for all tracks by default and then continue with the
existing text.

or

Since MediaCapture spec is refering to media element spec for this
initialization part, as stefan suggested, we can add this as a Note in the spec
as shown below.

Note: The default value for Audio.enabled will be true and that of
VideoTrack.selected false if they are not enabled or selected by media element
load algorithm respectively.


(Adding these is just for clarity but not mandatory)

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

Received on Friday, 9 May 2014 05:14:35 UTC