Closed
Bug 1172387
Opened 10 years ago
Closed 10 years ago
Clean up MediaDecoderStateMachine::StopAudioThread
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(1 file)
5.07 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
StopAudioThread() is now called in state machine thread only. We can now remove |mStopAudioThread| which is used to handle reentrancy on decoder thread.
Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Attachment #8616524 -
Flags: review?(kinetik) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Thanks for the review.
Assignee | ||
Comment 3•10 years ago
|
||
Try looks green. https://treeherder.mozilla.org/#/jobs?repo=try&revision=52b59eeef3ba
Comment 5•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
•