Closed
Bug 1252344
Opened 5 years ago
Closed 5 years ago
Remove unnecessary checks from MediaDecoderStateMachine::NeedToDecodeVideo()
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
We don't need to check IsVideoDecoding() twice.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jwwang
Assignee | ||
Comment 1•5 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/37545/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/37545/
Attachment #8725514 -
Flags: review?(bechen)
Assignee | ||
Comment 2•5 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/37547/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/37547/
Attachment #8725515 -
Flags: review?(bechen)
Comment 3•5 years ago
|
||
Comment on attachment 8725514 [details] MozReview Request: Bug 1252344. Part 1 - remove unnecessary checks from MediaDecoderStateMachine::NeedToDecodeVideo(). r=bechen. https://reviewboard.mozilla.org/r/37545/#review34091
Attachment #8725514 -
Flags: review?(bechen) → review+
Comment 4•5 years ago
|
||
Comment on attachment 8725515 [details] MozReview Request: Bug 1252344. Part 2 - remove unnecessary checks from MediaDecoderStateMachine::NeedToDecodeAudio(). r=bechen. https://reviewboard.mozilla.org/r/37547/#review34093
Attachment #8725515 -
Flags: review?(bechen) → review+
Assignee | ||
Comment 5•5 years ago
|
||
Thanks!
https://hg.mozilla.org/integration/mozilla-inbound/rev/bfc0b3c2844d https://hg.mozilla.org/integration/mozilla-inbound/rev/1655d7bc34e1
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bfc0b3c2844d https://hg.mozilla.org/mozilla-central/rev/1655d7bc34e1
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•