Closed
Bug 1360123
Opened 9 years ago
Closed 9 years ago
Move all ConstructMediaTracks()/RemoveMediaTracks() logics from MediaDecoder to HTMLMediaElemnt.
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: kaku, Assigned: kaku)
References
Details
Attachments
(3 files)
Spawn from bug 1348432 comment 6 and bug 1348432 comment 19.
| Assignee | ||
Updated•9 years ago
|
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Attachment #8862300 -
Flags: review?(jwwang)
| Assignee | ||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8862300 [details]
Bug 1360123 P1 - don't bother creating a new track list in HTMLMediaElement::RemoveMediaTracks()
https://reviewboard.mozilla.org/r/134222/#review137202
Attachment #8862300 -
Flags: review?(jwwang) → review+
Comment 6•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8862301 [details]
Bug 1360123 P2 - move ConstructMediaTracks/RemoveMediaTracks to HTMLMediaElemnt;
https://reviewboard.mozilla.org/r/134224/#review137204
Attachment #8862301 -
Flags: review?(jwwang) → review+
Comment 7•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8862302 [details]
Bug 1360123 P3 - while shutting down a MediaDecoder, ask its owner to remove all media tracks;
https://reviewboard.mozilla.org/r/134226/#review137206
Attachment #8862302 -
Flags: review?(jwwang) → review+
| Assignee | ||
Comment 8•9 years ago
|
||
Try looks good, thanks for the review!
Pushed by tkuo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5fda11f98f80
P1 - don't bother creating a new track list in HTMLMediaElement::RemoveMediaTracks() r=jwwang
https://hg.mozilla.org/integration/autoland/rev/ba42f98ee794
P2 - move ConstructMediaTracks/RemoveMediaTracks to HTMLMediaElemnt; r=jwwang
https://hg.mozilla.org/integration/autoland/rev/4cd16948b4a4
P3 - while shutting down a MediaDecoder, ask its owner to remove all media tracks; r=jwwang
Comment 10•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5fda11f98f80
https://hg.mozilla.org/mozilla-central/rev/ba42f98ee794
https://hg.mozilla.org/mozilla-central/rev/4cd16948b4a4
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•