- From: <bugzilla@jessica.w3.org>
- Date: Mon, 11 Feb 2013 17:15:16 +0000
- To: public-html-media@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20953
Bug ID: 20953
Summary: The segment parser loop fires an updateend event but
is consumed in the stream append loop, which also
fires updateend
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Source Extensions
Assignee: adrianba@microsoft.com
Reporter: adrianba@microsoft.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
Step 9 of the Segment Parser Loop [1] fires updateend. The Stream Append Loop
[2] calls the segment parser loop in step 9 and then fires updateend from step
12. I think we need to break out the updateend step from the Segment Parser
Loop into its callers.
[1]
https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebuffer-segment-parser-loop
[2]
https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebuffer-stream-append-loop
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 11 February 2013 17:15:18 UTC