Closed
Bug 1146482
(MediaMonitor)
Opened 11 years ago
Closed 10 years ago
Remove the MediaDecoder monitor
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: bholley, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In my overhaul of the media threading model, the end goal is a world where we have clear rules for which threads own which state. In this world, we won't have a need for the monolithic decoder monitor, so removing it is a good indication that we're finally on solid footing.
We're a ways away from being able to do this, but I want to get a bug on file so that I can start racking up dependencies.
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Alias: MediaMonitor
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•10 years ago
|
||
All dependents are resolved.
Status: NEW → RESOLVED
Closed: 10 years ago
OS: Mac OS X → Unspecified
Hardware: x86 → Unspecified
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
yeah !
let's drink to that !
Reporter | ||
Comment 3•10 years ago
|
||
It looks like MediaDecoder::mReentrantMonitor is still there (but unused). Can we Resolve this bug by removing it? :-)
Flags: needinfo?(jwwang)
Comment 4•10 years ago
|
||
Oops! I will do it now. Thanks for the reminding.
Status: RESOLVED → REOPENED
Flags: needinfo?(jwwang)
Resolution: FIXED → ---
Comment 5•10 years ago
|
||
Bug 1146482 - remove MediaDecoder::mReentrantMonitor which is not used anymore. r=jya.
Attachment #8670672 -
Flags: review?(jyavenard)
Updated•10 years ago
|
Attachment #8670672 -
Flags: review?(jyavenard) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8670672 [details]
MozReview Request: Bug 1146482 - remove MediaDecoder::mReentrantMonitor which is not used anymore. r=jya.
https://reviewboard.mozilla.org/r/21427/#review19311
Comment 7•10 years ago
|
||
Thanks!
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Reporter | ||
Comment 10•10 years ago
|
||
You are so awesome JW - Thanks ten thousand times for carrying this to the finish line!
Comment 11•10 years ago
|
||
Thanks Bobby. You've done most of the works and invent useful async tools (promise, mirroring) that help a lot on the way. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•