[mediacapture-main] audioElement should ignore video tracks in a stream wrt ended.

jan-ivar has just created a new issue for https://github.com/w3c/mediacapture-main:

== audioElement should ignore video tracks in a stream wrt ended. ==
Currently, our prose on HTMLMediaElement impact relies on the media stream [active](https://w3c.github.io/mediacapture-main/getusermedia.html#stream-active) attribute, which only really makes sense for video elements, which end when the total number of tracks go to zero.

For audio elements, this seems wrong. Audio elements cannot play video, and should arguably end when the total number of *audio* tracks goes to zero.

Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/520 using your GitHub account

Received on Thursday, 31 May 2018 19:48:01 UTC