diff --git a/getusermedia.html b/getusermedia.html index f114b12e..3a45aeb2 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -545,7 +545,10 @@

MediaStream

MediaStreamTrack

A MediaStreamTrack object represents a media - source in the User Agent. Several MediaStreamTrack + source in the User Agent. An example source is a device connected to the + User Agent. Other specifications may define sources for + MediaStreamTrack that override the behavior specified here. + Several MediaStreamTrack objects can represent the same media source, e.g., when the user chooses the same camera in the UI shown by two consecutive calls to getUserMedia() .

@@ -881,15 +884,12 @@

Interface Definition

Let track be the current MediaStreamTrack object.

-
  • -

    If track is sourced by a non-local source, then - abort these steps.

    -
  • Notify track's source that track is - ended so that the source may be - stopped, unless other - MediaStreamTrack objects depend on it.

    + ended.

    +

    A source that is notified of a track ending will be stopped, unless other + MediaStreamTrack objects depend on it.

  • Set track's