Skip to content

Commit

Permalink
Bug 25249: Source should be detached when a MediaStreamTrack stops fo…
Browse files Browse the repository at this point in the history
…r any reason other than stop
  • Loading branch information
adam-be committed Apr 10, 2014
1 parent 6ee82b2 commit 761c7f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions getusermedia.html
Expand Up @@ -910,6 +910,14 @@ <h3>Life-cycle and Media Flow</h3>
to <code>ended</code>.</p>
</li>

<li>
<p>Detach <var>track's</var> source.</p>


<p>If no other <code><a>MediaStreamTrack</a></code> is using
the same source, the source will be <a href=
"#source-stopped">stopped</a>.</p>
</li>

<li>
<p>Fire a simple event named <code><a href=
Expand Down Expand Up @@ -4177,6 +4185,9 @@ <h2>Changes since March 21, 2014</h2>

<li>Bug 25230: readyState attribute must be inherited while cloning a
MediaStreamTrack</li>

<li>Bug 25249: Source should be detached when a MediaStreamTrack stops
for any reason other than stop</li>
</ol>


Expand Down

0 comments on commit 761c7f4

Please sign in to comment.