- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Jul 2014 23:02:06 +0000
- To: public-html-media@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26345
Bug ID: 26345
Summary: [MSE] order of activeSourceBuffers underspecified
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Source Extensions
Assignee: adrianba@microsoft.com
Reporter: jer.noble@apple.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
2.1 Attributes, activeSourceBuffers
"activeSourceBuffers of type SourceBufferList, readonly
Contains the subset of sourceBuffers that are providing the selected video
track, the enabled audio track(s), and the "showing" or "hidden" text
track(s)."
The order of entries in the SourceBufferList are underspecified. Intuitively,
activeSourceBuffers should have the same order as sourceBuffers, but a naive
implementation may order them depending on what SourceBuffer reached a "Add the
SourceBuffer to activeSourceBuffers" step first.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 15 July 2014 23:02:08 UTC