- From: JimBarnett via GitHub <sysbot+gh@w3.org>
- Date: Thu, 23 Apr 2015 17:18:02 +0000
- To: public-media-capture-logs@w3.org
Dom, I looked at the PR, and it looks to me like some of the details about the relationship between the MediaStream and the corresponding HTML elements are missing.For example, the removed text includes statements like: "For each MediaStreamTrack in the MediaStream , including those that are added after the User Agent enters the media element load algorithm, the User Agent MUST create a corresponding AudioTrack or VideoTrack as defined in [HTML5]. Since the order in the MediaStream 's track set is undefined, no requirements are put how the AudioTrackList and VideoTrackList are ordered. The properties of the AudioTrack and VideoTrack objects MUST be initialized as follows. Let AudioTrack.id and VideoTrack.id have the value of the corresponding MediaStreamTrack.id attribute AudioTrack.kind and VideoTrack.kind be "main" AudioTrack.label and VideoTrack.label have the value of the corresponding MediaStreamTrack.label attribute AudioTrack.language and VideoTrack.language be the empty string" I don't find anything like that in the HTML text.Perhaps the authors have decided that these details fall out from more general statements elsewhere in the spec, or they want to leave them up to the implementation.It's fine with me if that's the result of a conscious decision, but as it stands the text does not specify things to the level of detail that the Media Capture group thought was necessary. - Jim On 4/23/2015 10:56 AM, Dominique Hazael-Massieux wrote: > > I think the nightly draft is OK, but if there is a preference for a > more stable draft, I'm happy to update the PR — let me know. > > The text is shorter, but the algorithm to load and play media > resources includes the stuff about MediaProvider; what I haven't found > the time to check is whether the mapping between attributes values and > MediaStream specificities has been reproduced in the prose. > > — > Reply to this email directly or view it on GitHub > <https://github.com/w3c/mediacapture-main/pull/165#issuecomment-95612642>. > -- GitHub Notif of comment by JimBarnett See https://github.com/w3c/mediacapture-main/pull/165#issuecomment-95659928
Received on Thursday, 23 April 2015 17:18:03 UTC