[Bug 27980] [MSE] Ambiguous behaviour when running sourcebuffer.abort()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27980

--- Comment #8 from Jerry Smith <jdsmith@microsoft.com> ---
It looks like the only remove reference for abort is in the event description. 
That's a simple change.

The change to error on duration changes that intrude on the buffered range
would affect the Coded Frame Removal Algorithm, which specifically handles
removing buffered data outside of an updated duration end time.  The most
direct change would be to remove that entire algorithm and update the Range
Removal algorithm to replace step 6 with a check on the new duration
overlapping buffered data.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 13 October 2015 01:31:23 UTC