[Bug 26316] [MSE] End of stream algorithm closes, re-opens MediaSource

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

Matt Wolenetz <wolenetz@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wolenetz@google.com

--- Comment #2 from Matt Wolenetz <wolenetz@google.com> ---
I'm not sure that I understand the problem.
As part of endOfStream(), "If the updating attribute equals true on any
SourceBuffer in sourceBuffers, then throw an INVALID_STATE_ERR exception and
abort these steps."
This occurs prior to running any of the end of stream algorithm steps.
If the agent was in the middle of a SourceBuffer.append() operation, then
updating should be true and INVALID_STATE_ERR should result on an attempt by
the app to call endOfStream().
Do I misunderstand the scenario? I'm quoting from the latest editor's draft (08
July 2014)

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

Received on Monday, 14 July 2014 20:47:57 UTC