Convert FindStartTime in MediaSourceReader::InitializePendingDecoders to async
RESOLVED
FIXED
in mozilla34
Status
()
People
(Reporter: kinetik, Assigned: kinetik)
Tracking
(Blocks: 1 bug)
Firefox Tracking Flags
(Not tracked)
Details
Bug 979104 converted MediaDecoderReaders to async, which makes FindStartTime (a blocking decode call) problematic. cpearce provided a way for it to continue to work since MSE's reader depends on it for initializing subreaders. This bug covers converting the FindStartTime call in InitializePendingDecoders to the new async world.
(Assignee) | ||
Comment 1•5 years ago
|
||
This was done in bug 1050099.
Status: NEW → RESOLVED
Last Resolved: 5 years ago
Resolution: --- → FIXED
(Assignee) | ||
Updated•5 years ago
|
Assignee: nobody → kinetik
You need to log in
before you can comment on or make changes to this bug.
Description
•