Bug 91649
Summary: | MediaSource should support track selection | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anna Cavender <annacc> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | acolwell, eric.carlson, gyuyoung.kim, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 90819 |
Anna Cavender
The MediaSource spec has an activeSourceBuffers attribute that represents the buffers that provide the selected video track, the enabled audio tracks, and the "showing" or "hidden" text tracks.
http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-activesourcebuffers
The current implementation assumes that all added buffers are "active." Once we support track selection, activeSourceBuffers should only return buffers for the selected tracks.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Carlson
This is no longer valid, it was fixed some time ago.