Closed
Bug 1209850
Opened 9 years ago
Closed 9 years ago
Streamline initialization of decoders in MediaFormatReader
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.11 KB,
patch
|
ayang
:
review+
|
Details | Diff | Splinter Review |
The MediaFormatReader always have to wait for all decoders to be initialized before attempting to decode a sample.
This is u unnecessary, and we only need to wait for the specific decoder (audio or video) to be initialized.
Additionally, we will start to demux and decode prior the decoders being ready under some circumstances. We shouldn't.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8667722 -
Flags: review?(ayang)
Updated•9 years ago
|
Attachment #8667722 -
Flags: review?(ayang) → review+
Comment 3•9 years ago
|
||
backed out for crashes like https://treeherder.mozilla.org/logviewer.html#?job_id=15041069&repo=mozilla-inbound
Flags: needinfo?(jyavenard)
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(jyavenard)
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•