Closed
Bug 1044762
Opened 11 years ago
Closed 11 years ago
Convert FindStartTime in MediaSourceReader::InitializePendingDecoders to async
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: kinetik, Assigned: kinetik)
References
(Blocks 1 open bug)
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•11 years ago
|
||
This was done in bug 1050099.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kinetik
You need to log in
before you can comment on or make changes to this bug.
Description
•