Skip to content

Commit

Permalink
Bug 25262: MediaStream Constructor algorithm must also check for Medi…
Browse files Browse the repository at this point in the history
…aStreamTracks ended state while initializing active state.
  • Loading branch information
adam-be committed Apr 10, 2014
1 parent 1b6070e commit 9f08c60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ <h2>MediaStream</h2>

<li>
<p>If <var>stream</var>'s <a href="#track-set">track set</a> is
empty, set <var>stream</var>'s <code><a href=
"#dom-mediastream-active">active</a></code> attribute to
empty or only contains ended tracks, set <var>stream</var>'s
<code><a href="#dom-mediastream-active">active</a></code> attribute to
<code>false</code>, otherwise set it to <code>true</code>.</p>
</li>

Expand Down Expand Up @@ -4185,6 +4185,9 @@ <h2>Changes since March 21, 2014</h2>

<li>Make the MediaStream() constructor behave like addTrack() WRT adding
ended tracks (as discussed in bug 25250).</li>

<li>Bug 25262: MediaStream Constructor algorithm must also check for
MediaStreamTracks "ended" state while initializing "active" state.</li>
</ol>


Expand Down

0 comments on commit 9f08c60

Please sign in to comment.