Closed
Bug 1252753
Opened 10 years ago
Closed 10 years ago
Remove MediaDecoderStateMachine::PushFront()
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
DropAudioUpToSeekTarget() calls PushFront() at [1] but Push() at [2]. I think it should call Push() in both cases otherwise it would be confusing whether we should push the sample to the front or the back of the queue. This will also allow us to remove MediaDecoderStateMachine::PushFront().
[1] https://hg.mozilla.org/mozilla-central/file/a4929411c0aa3ec6b727e2bc2fc050c8199c6573/dom/media/MediaDecoderStateMachine.cpp#l2612
[2] https://hg.mozilla.org/mozilla-central/file/a4929411c0aa3ec6b727e2bc2fc050c8199c6573/dom/media/MediaDecoderStateMachine.cpp#l2572
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jwwang
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/38131/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/38131/
Attachment #8726637 -
Flags: review?(kinetik)
| Assignee | ||
Comment 4•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/38133/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/38133/
Attachment #8726638 -
Flags: review?(kinetik)
Updated•10 years ago
|
Priority: -- → P2
Comment 5•10 years ago
|
||
Comment on attachment 8726637 [details]
MozReview Request: Bug 1252753. Part 1 - remove calls to PushFront(). r=kinetik.
https://reviewboard.mozilla.org/r/38131/#review35153
Attachment #8726637 -
Flags: review?(kinetik) → review+
Updated•10 years ago
|
Attachment #8726638 -
Flags: review?(kinetik) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8726638 [details]
MozReview Request: Bug 1252753. Part 2 - remove MediaDecoderStateMachine::PushFront(). r=kinetik.
https://reviewboard.mozilla.org/r/38133/#review35155
| Assignee | ||
Comment 7•10 years ago
|
||
Thanks for the review!
Comment 9•10 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4a4bb1aade86
https://hg.mozilla.org/mozilla-central/rev/d8886937457c
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•