Closed
Bug 786893
Opened 12 years ago
Closed 12 years ago
Stagefright video playback does not disable Android display sleep
Categories
(Core :: Audio/Video, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 739542
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Depends on 1 open bug)
Details
We need to acquire a wakelock while playing a video. We should release the wakelock when the video is paused, unloaded, or backgrounded by another app.
This bug may depend on bug 783109 or bug 772347.
Assignee | ||
Comment 1•12 years ago
|
||
When we acquire a wakelock to disable the display sleep, that would be a convenient time to pause Gecko screenshots (bug 784732).
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•12 years ago
|
Comment 2•12 years ago
|
||
Is this the same as bug 739542?
Assignee | ||
Comment 3•12 years ago
|
||
Kats, we can probably close this bug as a dupe of bug 739542 if we remove that bug's references to webm. Also, playing H.264 follows a somewhat different code path because Gecko delegates to a platform decoder, so we need to test both.
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•