[media-source] Unecessary argument provided to Append Error Algorithm

jyavenard has just created a new issue for 
https://github.com/w3c/media-source:

== Unecessary argument provided to Append Error Algorithm ==
https://w3c.github.io/media-source/index.html#sourcebuffer-append-error

Set 5 states:
"If decode error is true, then run the end of stream algorithm with 
the error parameter set to "decode"."

the Append Error Algorithm is always called with the decode error 
parameter set to true.

Step 5 should be removed and the replace the nine instances stating 
"run the append error algorithm with the decode error parameter set to
 true" (every instance referring to the append error algorithm) with 
"run the append error algorithm"


Please view or discuss this issue at 
https://github.com/w3c/media-source/issues/159 using your GitHub 
account

Received on Sunday, 11 September 2016 11:34:02 UTC