- From: Jean-Yves Avenard via GitHub <sysbot+gh@w3.org>
- Date: Sun, 11 Sep 2016 11:33:55 +0000
- To: public-html-media@w3.org
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