Closed
Bug 1307063
Opened 9 years ago
Closed 9 years ago
Move MDSM::MaybeFinishDecodeFirstFrame() into DecodingFirstFrameState
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
DecodingFirstFrameState is the only caller.
| Assignee | ||
Updated•9 years ago
|
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Attachment #8797375 -
Flags: review?(kikuo)
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8797375 [details]
Bug 1307063. Move MDSM::MaybeFinishDecodeFirstFrame() into DecodingFirstFrameState.
https://reviewboard.mozilla.org/r/82974/#review81716
r+ with the following addressed.
::: dom/media/MediaDecoderStateMachine.cpp:449
(Diff revision 1)
> - mMaster->MaybeFinishDecodeFirstFrame();
> + MaybeFinishDecodeFirstFrame();
> return true;
> }
> +
> +private:
> + // Notify FirstFrameLoaded if having decoded first frames and
"frames" => "frame"
Attachment #8797375 -
Flags: review?(kikuo) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8797375 [details]
Bug 1307063. Move MDSM::MaybeFinishDecodeFirstFrame() into DecodingFirstFrameState.
https://reviewboard.mozilla.org/r/82974/#review81716
> "frames" => "frame"
The plural form is used deliberately for we have first frames from the audio and video tracks respectively.
| Assignee | ||
Comment 4•9 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/86597cc0234a
Move MDSM::MaybeFinishDecodeFirstFrame() into DecodingFirstFrameState. r=kikuo
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•