Closed
Bug 1328836
Opened 9 years ago
Closed 9 years ago
Remove MDSM::DispatchMinimizePrerollUntilPlaybackStarts
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
http://searchfox.org/mozilla-central/rev/82ebc0c5ea45477ef4a4bfb3bbff35069bd18cee/dom/media/MediaDecoder.cpp#635
MediaDecoder::SetStateMachineParameters() is the only caller. We can let MDSM read MediaDecoder::mMinimizePreroll during initialization to avoid an additional task dispatch.
| Assignee | ||
Updated•9 years ago
|
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Attachment #8824853 -
Flags: review?(kaku)
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8824853 [details]
Bug 1328836 - Remove MDSM::DispatchMinimizePrerollUntilPlaybackStarts.
https://reviewboard.mozilla.org/r/103150/#review103718
Attachment #8824853 -
Flags: review?(kaku) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1e65a894efcc
Remove MDSM::DispatchMinimizePrerollUntilPlaybackStarts. r=kaku
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•