Closed
Bug 1163489
Opened 10 years ago
Closed 10 years ago
Remove dependency on MediaDecoder from DecodedStream
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
13.08 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Refactoring continues...
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
By passing MediaDecoder::mReentrantMonitor to the constructor of DecodedStream, we can now get rid of MediaDecoder from DecodedStream. This is a step forward to move DecodedStream related code out of MediaDecoder.
Attachment #8607397 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Thanks for the review!
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•