Closed
Bug 1328810
Opened 8 years ago
Closed 8 years ago
Remove the call to DispatchDecodeTasksIfNeeded() from MDSM::StopPlayback()
Categories
(Core :: Audio/Video: Playback, defect, P3)
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/MediaDecoderStateMachine.cpp#2730
When we stop playback, we stop consuming media data. There is no need for decoding when playback stops.
| Assignee | ||
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8824290 -
Flags: review?(kaku)
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8824290 [details]
Bug 1328810 - Remove the call to DispatchDecodeTasksIfNeeded() from MDSM::StopPlayback().
https://reviewboard.mozilla.org/r/102812/#review103320
Attachment #8824290 -
Flags: review?(kaku) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6bd36352070b
Remove the call to DispatchDecodeTasksIfNeeded() from MDSM::StopPlayback(). r=kaku
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 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
•