Closed
Bug 1237616
Opened 5 years ago
Closed 5 years ago
Remove the aForceBuffering arugment from MediaDecoder::Resume()
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
5.54 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
https://hg.mozilla.org/mozilla-central/file/1ec3a3ff68f2d1a54e6ed33e926c28fee286bdf1/dom/html/HTMLMediaElement.cpp#l2187 The only caller of MediaDecoder::Resume(true) is HTMLMediaElement::StopSuspendingAfterFirstFrame(). Since we have prerolling in MDSM to ensure a smooth start of playback, we should be fine without forcing MDSM to enter buffering mode.
Assignee | ||
Comment 1•5 years ago
|
||
After checking bug 543769, we don't regress http://hacks.mozilla.org/2010/02/an-html5-offline-image-editor-and-uploader-application/ after removing force buffering. try is also green. https://treeherder.mozilla.org/#/jobs?repo=try&revision=f4606c825f22&selectedJob=15182196
Depends on: 543769
Assignee | ||
Comment 2•5 years ago
|
||
Attachment #8705503 -
Flags: review?(cpearce)
Comment 3•5 years ago
|
||
Comment on attachment 8705503 [details] [diff] [review] 1237616_remove_force_buffering.patch Review of attachment 8705503 [details] [diff] [review]: ----------------------------------------------------------------- What could possibly go wrong... ;)
Attachment #8705503 -
Flags: review?(cpearce) → review+
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 4•5 years ago
|
||
Thanks for the review!
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/587e092b3f39
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•