Closed
Bug 1199562
Opened 9 years ago
Closed 9 years ago
Unify AudioSink and DecodedStream so MDSM needs to care about only one consumer
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Time to have just one MediaSink to rule them all for MDSM.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1199562. Part 1 - rename mAudioSink to mMediaSink as well as related member names.
Attachment #8658004 -
Flags: review?(roc)
Assignee | ||
Comment 3•9 years ago
|
||
Bug 1199562. Part 2 - replace usage of mStreamSink with mMediaSink in most cases.
Attachment #8658005 -
Flags: review?(roc)
Assignee | ||
Comment 4•9 years ago
|
||
Bug 1199562. Part 3 - remove unused code.
Attachment #8658006 -
Flags: review?(roc)
Attachment #8658004 -
Flags: review?(roc) → review+
Comment on attachment 8658004 [details]
MozReview Request: Bug 1199562. Part 1 - rename mAudioSink to mMediaSink as well as related member names.
https://reviewboard.mozilla.org/r/18457/#review16611
Comment on attachment 8658005 [details]
MozReview Request: Bug 1199562. Part 2 - replace usage of mStreamSink with mMediaSink in most cases.
https://reviewboard.mozilla.org/r/18459/#review16613
Attachment #8658005 -
Flags: review?(roc) → review+
Attachment #8658006 -
Flags: review?(roc) → review+
Comment on attachment 8658006 [details]
MozReview Request: Bug 1199562. Part 3 - remove unused code.
https://reviewboard.mozilla.org/r/18461/#review16615
Comment 9•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/311f27477629
https://hg.mozilla.org/mozilla-central/rev/fb545c690083
https://hg.mozilla.org/mozilla-central/rev/07ff9769e202
Assignee: nobody → jwwang
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•