Closed
Bug 1139919
Opened 11 years ago
Closed 11 years ago
Make dormant related MediaDecoder's state transition to more robust.
Categories
(Core :: Audio/Video, defect, P2)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Unassigned)
References
Details
Like Bug 1128357 Comment 126, dormant related state transition has a problem. Short term fix is already done by Bug 112835. It need to be more robust.
For example, if multiple dormant enter/exits happen, MediaDecoder could not know the callback that is sent from MDSM is belong to which dormant(false) period.
> load->dormant(true)->dormant(false)->dormant(true)
Updated•11 years ago
|
Priority: -- → P2
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•