Closed
Bug 1043111
Opened 11 years ago
Closed 11 years ago
Allow mState==DECODER_STATE_DORMANT in MediaDecoderStateMachine::ResetPlayback()
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(1 file)
1.16 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
When FlushDecoding() [1] is called in dormant state, it will call ResetPlayback() and the assertion will fail at [2]. We should allow |mState==DECODER_STATE_DORMANT| in the assertion.
[1] http://hg.mozilla.org/mozilla-central/file/30907d52c4c2/content/media/MediaDecoderStateMachine.cpp#l2294
[2] http://hg.mozilla.org/mozilla-central/file/30907d52c4c2/content/media/MediaDecoderStateMachine.cpp#l1408
Updated•11 years ago
|
Attachment #8461280 -
Flags: review?(kinetik) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•