Closed
Bug 1294320
Opened 8 years ago
Closed 8 years ago
Remove MediaDecoderStateMachine::IsVideoDecodeSuspended()
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
This function is used to stop requesting video data when video decoding is suspended (introduced by bug 1224973). And bug 1274626 tells the reader to switch to a blank decoder when suspending video decoding. We don't need this function anymore.
This function is also used to stop requesting video data when the reader is suspended (introduced by bug 1214710). And bug 1292453 tells MDSM to enter dormant state which will stop requesting audio/video data. We don't need this function anymore.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jwwang
Priority: -- → P3
Assignee | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8779958 -
Flags: review?(kaku)
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8779958 [details]
Bug 1294320 - Remove MediaDecoderStateMachine::IsVideoDecodeSuspended()
https://reviewboard.mozilla.org/r/70826/#review68236
Attachment #8779958 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1335339b74be
Remove MediaDecoderStateMachine::IsVideoDecodeSuspended() r=kaku
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•