Closed
Bug 1123203
Opened 10 years ago
Closed 9 years ago
Properly implement SourceBuffersList::removeSourceBuffer
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jya, Unassigned)
References
(Blocks 1 open bug)
Details
as per spec:
http://w3c.github.io/media-source/#widl-MediaSource-removeSourceBuffer-void-SourceBuffer-sourceBuffer
(too long to list here)
This is related to bug 1123202 (bug 1123202 would be a subtask of this one)
Right now, the only thing we do is step 10:
"Remove sourceBuffer from sourceBuffers and queue a task to fire a simple event named removesourcebuffer at the SourceBufferList returned by sourceBuffers."
Updated•10 years ago
|
Priority: -- → P2
Updated•10 years ago
|
Priority: P2 → P3
Reporter | ||
Comment 1•9 years ago
|
||
We now perform all tasks as per spec but the track related ones (we do not support the track object anywhere)
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Reporter | ||
Comment 2•9 years ago
|
||
seeing the only thing left is track support, this is taken care of in its own bug
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•