[mediacapture-main] Pull Request: Change ended event to be a MediaStreamTrackEvent with new error property

burnburn has just submitted a new pull request for 
https://github.com/w3c/mediacapture-main:

== Change ended event to be a MediaStreamTrackEvent with new error 
property ==
The ended event on an MST is in many cases not an error, just an 
event.  To simplify the upcoming change of MediaStreamErrorEvent to be
 ConstrainedErrorEvent, and to better match the semantics of the ended
 event, this PR proposes to change the ended event to be a 
MediaStreamTrackEvent with a new, optional, error property that can be
 used when the track has ended due to an error.

This is in related to the fulfillment of Issue #162 . See closed PR 
#170 for discussion.

See https://github.com/w3c/mediacapture-main/pull/199

Received on Wednesday, 24 June 2015 16:17:55 UTC