<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>22229</bug_id>
          
          <creation_ts>2013-05-31 11:45:47 +0000</creation_ts>
          <short_desc>Editorial input</short_desc>
          <delta_ts>2013-10-17 11:26:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebRTC Working Group</product>
          <component>Media Capture and Streams</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Stefan Hakansson LK">stefan.lk.hakansson</reporter>
          <assigned_to name="public-media-capture@w3.org">public-media-capture</assigned_to>
          <cc>adam.bergkvist</cc>
    
    <cc>public-media-capture</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>88509</commentid>
    <comment_count>0</comment_count>
    <who name="Stefan Hakansson LK">stefan.lk.hakansson</who>
    <bug_when>2013-05-31 11:45:47 +0000</bug_when>
    <thetext>Some minor stuff (I think it is mostly editorial):

Section 3, sub section &quot;constraints&quot;, towards the end, it is said &quot;but ignored by the application&quot;; should it not be &quot;but ignored by the UA&quot;?

Section 4.1, the last four blocks of text before the figure: There is a lot of into about MediaStreamTrack&apos;s here; I think it should be moved to section 4.3.

Section 4.2: It is said that &quot;The list of MediaStream consumers currently includes the media elements and the PeerConnection API specified in [WEBRTC10].&quot;. I think we should mention MediaStream Recorder and MediaStream Image Capture as well.

Section 4.2, right before the IDL: There is some reference and talking about stop() method for MediaStream, but we don&apos;t have that any more.

Section 4.3, it is said taht &quot;Note that a web application can revoke all given permissions with MediaStreamTrack.stop().&quot;. I think it should be clarified that doing .stop() on _any_ of the MediaStreamTracks served by the source would revoke the permissions.

Section 4.3.1: There is a missing &quot;)&quot; in the text about what happens when a track ends. And I don&apos;t understand the part of the reference count.

Example 2: &quot;stream.stop();&quot; - no stop method on MediaStream any more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>88720</commentid>
    <comment_count>1</comment_count>
    <who name="Stefan Hakansson LK">stefan.lk.hakansson</who>
    <bug_when>2013-06-05 10:27:13 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; Some minor stuff (I think it is mostly editorial):
&gt; 
&gt; Section 3, sub section &quot;constraints&quot;, towards the end, it is said &quot;but
&gt; ignored by the application&quot;; should it not be &quot;but ignored by the UA&quot;?
&gt; 
&gt; Section 4.1, the last four blocks of text before the figure: There is a lot
&gt; of into about MediaStreamTrack&apos;s here; I think it should be moved to section
&gt; 4.3.
&gt; 
&gt; Section 4.2: It is said that &quot;The list of MediaStream consumers currently
&gt; includes the media elements and the PeerConnection API specified in
&gt; [WEBRTC10].&quot;. I think we should mention MediaStream Recorder and MediaStream
&gt; Image Capture as well.
&gt; 
&gt; Section 4.2, right before the IDL: There is some reference and talking about
&gt; stop() method for MediaStream, but we don&apos;t have that any more.
&gt; 
&gt; Section 4.3, it is said taht &quot;Note that a web application can revoke all
&gt; given permissions with MediaStreamTrack.stop().&quot;. I think it should be
&gt; clarified that doing .stop() on _any_ of the MediaStreamTracks served by the
&gt; source would revoke the permissions.

Separate bug filed for the above (&quot;MediaStreamTrack.stop()&quot;): https://www.w3.org/Bugs/Public/show_bug.cgi?id=22272

&gt; 
&gt; Section 4.3.1: There is a missing &quot;)&quot; in the text about what happens when a
&gt; track ends. And I don&apos;t understand the part of the reference count.
&gt; 
&gt; Example 2: &quot;stream.stop();&quot; - no stop method on MediaStream any more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94008</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Bergkvist">adam.bergkvist</who>
    <bug_when>2013-09-30 11:44:44 +0000</bug_when>
    <thetext>(In reply to Stefan Hakansson LK from comment #0)
&gt; Section 4.1, the last four blocks of text before the figure: There is a lot
&gt; of into about MediaStreamTrack&apos;s here; I think it should be moved to section
&gt; 4.3.

I think it&apos;s OK to mention MediaStreamTrack in the Stream API introduction section since it talks about the Stream API in general in which MediaStreamTrack is a major component.
 
&gt; Section 4.3.1: There is a missing &quot;)&quot; in the text about what happens when a
&gt; track ends. And I don&apos;t understand the part of the reference count.

The &quot;)&quot; is there, it&apos;s just very far away. :) Let&apos;s rewrite it and remove the &quot;reference counting&quot; stuff when we have resolved bug the MediaStreamTrack.stop() behavior bug (22272).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94009</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Bergkvist">adam.bergkvist</who>
    <bug_when>2013-09-30 11:48:21 +0000</bug_when>
    <thetext>Proposed fixes: https://github.com/fluffy/webrtc-w3c/commit/b2fe1848e240e7f19436918ab781664887fe0713</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94886</commentid>
    <comment_count>4</comment_count>
    <who name="Adam Bergkvist">adam.bergkvist</who>
    <bug_when>2013-10-17 11:26:23 +0000</bug_when>
    <thetext>Fixed in Editor&apos;s draft v20131017</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>