Closed
Bug 1192708
Opened 8 years ago
Closed 8 years ago
Remove redundant call to CloseChannel in ChannelMediaResource::CacheClientSeek
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(2 files)
We should call CloseChannel() just once no matter mSuspendCount turns out to be zero or not.
Assignee | ||
Comment 1•8 years ago
|
||
See https://hg.mozilla.org/mozilla-central/file/d6ea652c5799/dom/media/MediaResource.cpp#l1039
Assignee | ||
Comment 2•8 years ago
|
||
Per comment 0, CloseChannel() needs to be called once only. The only thing unclear is whether to set mIgnoreClose to true.
Assignee | ||
Comment 3•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1a140a7139bc See if this innocent change breaks anything.
Attachment #8645575 -
Flags: feedback?(roc) → feedback+
Assignee | ||
Comment 4•8 years ago
|
||
Thanks for the feedback. I will rephrase the comment and upload a new patch for review.
Assignee | ||
Comment 5•8 years ago
|
||
Bug 1192708 - Remove redundant call to CloseChannel.
Attachment #8647275 -
Flags: review?(roc)
Comment on attachment 8647275 [details] MozReview Request: Bug 1192708 - Remove redundant call to CloseChannel. https://reviewboard.mozilla.org/r/15969/#review14273 Ship It!
Attachment #8647275 -
Flags: review?(roc) → review+
Assignee | ||
Comment 7•8 years ago
|
||
Thanks for the review.
Comment 9•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8c50d6b8b009
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•