Closed
Bug 1129941
Opened 11 years ago
Closed 10 years ago
Simplify audio playback dormant control
Categories
(Core :: Audio/Video, defect, P5)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Unassigned)
References
Details
Dormant mode normally used for video playback. But on b2g, dormant is also used for audio playback to switch between offload-audio playback and normal audio playback.
MediaDecoderStateMachine::SetDormant() is also called from the following.
- MediaOmxCommonDecoder::PauseStateMachine()
- MediaOmxCommonDecoder::ResumeStateMachine()
It might be better to gather dormant logic to one place like to MediaDecoder.
Updated•11 years ago
|
Priority: -- → P2
Reporter | ||
Comment 2•10 years ago
|
||
MediaOmx is not used on b2g v2.5.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•