Closed
Bug 1294345
Opened 9 years ago
Closed 9 years ago
Remove the TrackSet parameter from MediaDecoderStateMachine::InitiateDecodeRecoverySeek()
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
After fixing bug 1292453, InitiateDecodeRecoverySeek() will have one caller only which always pass |TrackSet(TrackInfo::kVideoTrack)|. We can remove the TrackSet parameter to simplify the code.
Assignee | ||
Updated•9 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•9 years ago
|
Attachment #8779976 -
Flags: review?(kaku)
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8779976 [details]
Bug 1294345 - Remove the TrackSet parameter from MediaDecoderStateMachine::InitiateDecodeRecoverySeek().
https://reviewboard.mozilla.org/r/70840/#review68238
Attachment #8779976 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4f41b355cf0
Remove the TrackSet parameter from MediaDecoderStateMachine::InitiateDecodeRecoverySeek(). r=kaku
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•