Closed
Bug 1214498
Opened 10 years ago
Closed 10 years ago
MediaDecoderReader::DisableHardwareAcceleration should figure out which thread to dispatch the job
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
MediaDecoderReader::DisableHardwareAcceleration should figure out which thread to dispatch the job 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•10 years ago
|
||
A step forward into bug 1213764.
Assignee | ||
Comment 2•10 years ago
|
||
Bug 1214498 - MediaDecoderReader::DisableHardwareAcceleration should figure out which thread to dispatch the job. r=gsquelart.
Attachment #8673490 -
Flags: review?(gsquelart)
Assignee: nobody → jwwang
Attachment #8673490 -
Flags: review?(gsquelart) → review+
Comment on attachment 8673490 [details]
MozReview Request: Bug 1214498 - MediaDecoderReader::DisableHardwareAcceleration should figure out which thread to dispatch the job. r=gsquelart.
https://reviewboard.mozilla.org/r/21929/#review19689
Assignee | ||
Comment 4•10 years ago
|
||
Thanks for the review!
Status: NEW → RESOLVED
Closed: 10 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
•