[Bug 27548] [MSE] Unspecified behavior when clients call endOfStream("decode').

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

--- Comment #3 from Bartlomiej Gajda <b.gajda@samsung.com> ---
Oh, actually it's not "the first thing", as there is schedule event 'ended' so
calling from SB first `append error`, then `end of stream` would change events
order from:

(MS) sourceended, (SB) error, (SB) updateend

to :

(SB) error, (SB) updateend, (MS) sourceended

which might not be intended decision.

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

Received on Wednesday, 10 December 2014 02:43:48 UTC