Closed
Bug 1216034
Opened 9 years ago
Closed 9 years ago
MediaDecoderReader::Shutdown should figure out which thread to dispatch the job
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
MediaDecoderReader::Shutdown 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.
Updated•9 years ago
|
Priority: -- → P5
Comment 1•9 years ago
|
||
Please don't do this. The Reader has only one caller, which knows what thread it's supposed to call the Reader on.
Assignee | ||
Comment 2•9 years ago
|
||
Per discussion of bug 1215003 comment 18 ~ bug 1215003 comment 22, I will backout related bugs and take the approach 2 to create MediaDecoderReaderProxy for handling thread details.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•