Closed
Bug 1214073
Opened 8 years ago
Closed 8 years ago
MediaDecoderReader::ReleaseMediaResources should do dispatch if necessary without requiring the client code to do so
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
MediaDecoderReader::ReleaseMediaResources should do task dispatch if necessary to hide the internal thread model of MediaDecoderReader from its client code. The client won't have to worry about on which thread this function should run.
Assignee | ||
Comment 1•8 years ago
|
||
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8bab82154bbc
Assignee | ||
Comment 2•8 years ago
|
||
Bug 1214073 - MediaDecoderReader::ReleaseMediaResources will do dispatch if necessary. r=gerald.
Attachment #8672921 -
Flags: review?(gsquelart)
Comment 3•8 years ago
|
||
Comment on attachment 8672921 [details] MozReview Request: Bug 1214073 - MediaDecoderReader::ReleaseMediaResources will do dispatch if necessary. r=gerald. https://reviewboard.mozilla.org/r/21823/#review19581
Attachment #8672921 -
Flags: review?(gsquelart) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Thanks for the review!
Updated•8 years ago
|
Priority: -- → P2
https://hg.mozilla.org/mozilla-central/rev/a2cc359b5f21
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•