Closed
Bug 1399751
Opened 7 years ago
Closed 7 years ago
Reduce the use of MediaCacheStream::mChannelOffset
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(3 files)
See bug 1398700. We want to reduce its use so we have less code to reason about its thread-safety and fixing bug 1398700 will be easier.
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8908430 -
Flags: review?(gsquelart)
Attachment #8908431 -
Flags: review?(gsquelart)
Attachment #8908432 -
Flags: review?(gsquelart)
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8908430 [details]
Bug 1399751. P1 - pass a block index to AllocateAndWriteBlock() so it doesn't depend on mChannelOffset.
https://reviewboard.mozilla.org/r/180068/#review185236
Attachment #8908430 -
Flags: review?(gsquelart) → review+
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8908431 [details]
Bug 1399751. P2 - pass a block index to FindBlockForIncomingData() so it doesn't depend on mChannelOffset.
https://reviewboard.mozilla.org/r/180070/#review185238
Attachment #8908431 -
Flags: review?(gsquelart) → review+
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8908432 [details]
Bug 1399751. P3 - pass the offset of range request to ChannelMediaResource::OnStartRequest().
https://reviewboard.mozilla.org/r/180072/#review185240
Attachment #8908432 -
Flags: review?(gsquelart) → review+
Assignee | ||
Comment 7•7 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22dbe1bf55a0
P1 - pass a block index to AllocateAndWriteBlock() so it doesn't depend on mChannelOffset. r=gerald
https://hg.mozilla.org/integration/autoland/rev/f85b473c4964
P2 - pass a block index to FindBlockForIncomingData() so it doesn't depend on mChannelOffset. r=gerald
https://hg.mozilla.org/integration/autoland/rev/9f86654073e2
P3 - pass the offset of range request to ChannelMediaResource::OnStartRequest(). r=gerald
![]() |
||
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/22dbe1bf55a0
https://hg.mozilla.org/mozilla-central/rev/f85b473c4964
https://hg.mozilla.org/mozilla-central/rev/9f86654073e2
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•