- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 Aug 2014 17:24:35 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26436 Aaron Colwell <acolwell@google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Aaron Colwell <acolwell@google.com> --- Change committed. https://dvcs.w3.org/hg/html-media/rev/856c321c7a6b I changed the steps in the SourceBuffer Monitoring to trigger transitions based on HTMLMediaElement.buffered instead of the individual SourceBuffer.buffered attributes. This should address the issue since HTMLMediaElement.buffered takes into account the extending of the ranges. I also updated the HTMLMediaElement.readyState transition steps at the bottom of the "coded frame processing" algorithm to use HTMLMediaElement.buffered as well to make the behavior consistent with the SourceBuffer monitoring algorithm. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 12 August 2014 17:24:38 UTC