Closed
Bug 1195601
Opened 10 years ago
Closed 9 years ago
Remove MediaDecoderStateMachine::mLogicallySeeking
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
It is a workaround introduced by bug 1158448. See bug 1158448 comment 26.
The workaround exists because the life cycle of DecodedStream::mData is not aligned with {Start,Stop}Playback which makes it possible for SendData() to send data to the wrong stream which is about to be destroyed.
Since bug 1195185 fixes the life cycle of DecodedStream::mData, we are able to remove this workaround now.
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → jwwang
Updated•10 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Comment 3•9 years ago
|
||
This bug also slightly improves the performance of MDSM which can start decoding immediately right after seek completed is observed from the state machine thread without waiting to be notified when seek completed observed from the main thread.
| Assignee | ||
Comment 4•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/49121/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/49121/
Attachment #8745857 -
Flags: review?(kinetik)
Comment 5•9 years ago
|
||
Comment on attachment 8745857 [details]
MozReview Request: Bug 1195601 - Remove MediaDecoderStateMachine::mLogicallySeeking. r=kinetik.
https://reviewboard.mozilla.org/r/49121/#review45947
Attachment #8745857 -
Flags: review?(kinetik) → review+
| Assignee | ||
Comment 6•9 years ago
|
||
Thanks!
Comment 8•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•