Closed
Bug 1179116
Opened 10 years ago
Closed 10 years ago
Some more cleanup for MediaDecoderStateMachine
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(3 files)
|
2.33 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
|
1.38 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
|
902 bytes,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
MaybeStartPlayback() is now only called when state is DECODER_STATE_DECODING or DECODER_STATE_COMPLETED.
| Assignee | ||
Comment 3•10 years ago
|
||
Remove unnecessary call to CheckIfDecodeComplete() since StartDecoding() also checks if decode is completed.
Attachment #8628167 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8628165 -
Flags: review?(cpearce) → review+
Updated•10 years ago
|
Attachment #8628167 -
Flags: review?(cpearce) → review+
Updated•10 years ago
|
Attachment #8628168 -
Flags: review?(cpearce) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Thanks for the review.
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d6eaed28d874
https://hg.mozilla.org/mozilla-central/rev/6a98d1ba3494
https://hg.mozilla.org/mozilla-central/rev/b9f6249952e4
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•