Closed
Bug 1311267
Opened 8 years ago
Closed 8 years ago
DecodingFirstFrameState should override HandleDormant()
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
DecodingFirstFrameState might already have a queued seek job (if seek can't be handled immediately) before entering the dormant state. We should keep the queued job instead of storing mCurrentPosition into mQueuedSeek.mTarget in StateObject::HandleDormant() [1]. [1] http://searchfox.org/mozilla-central/rev/d96317a351af8aa78ab9847e7feed964bbaac7d7/dom/media/MediaDecoderStateMachine.cpp#204
Assignee | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8802412 -
Flags: review?(kikuo)
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8802412 [details] Bug 1311267 - DecodingFirstFrameState should override HandleDormant(). https://reviewboard.mozilla.org/r/86808/#review86156
Attachment #8802412 -
Flags: review?(kikuo) → review+
Pushed by jwwang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0f5bb48b0bc3 DecodingFirstFrameState should override HandleDormant(). r=kikuo
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0f5bb48b0bc3
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•