Closed
Bug 1967831
Opened 8 months ago
Closed 8 months ago
Some cleanup and refactor for ChannelMediaDecoder
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
(Keywords: webcompat:platform-bug)
Attachments
(6 files, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
We will need to do some cleanup and refactor first, before solving the problem in bug 1967092.
Updated•8 months ago
|
Keywords: webcompat:platform-bug
| Assignee | ||
Comment 1•8 months ago
|
||
| Assignee | ||
Comment 2•8 months ago
|
||
| Assignee | ||
Comment 3•8 months ago
|
||
| Assignee | ||
Comment 4•8 months ago
|
||
| Assignee | ||
Comment 5•8 months ago
|
||
| Assignee | ||
Comment 6•8 months ago
|
||
Updated•8 months ago
|
Attachment #9490216 -
Attachment description: Bug 1967831 - part1 : remove unused function GetRateAtLastStop(). → WIP: Bug 1967831 - part1 : remove unused function GetRateAtLastStop().
Updated•8 months ago
|
Attachment #9490217 -
Attachment description: Bug 1967831 - part2 : merge ComputePlaybackRate() and UpdatePlaybackRate() into a new function. → WIP: Bug 1967831 - part2 : merge ComputePlaybackRate() and UpdatePlaybackRate() into a new function.
Updated•8 months ago
|
Attachment #9490218 -
Attachment description: Bug 1967831 - part3 : move MediaStatistics into ChannelMediaDecoder. → WIP: Bug 1967831 - part3 : move MediaStatistics into ChannelMediaDecoder.
Updated•8 months ago
|
Attachment #9490219 -
Attachment description: Bug 1967831 - part4 : add more logs for ChannelMediaDecoder. → WIP: Bug 1967831 - part4 : add more logs for ChannelMediaDecoder.
Updated•8 months ago
|
Attachment #9490220 -
Attachment description: Bug 1967831 - part5 : rename mPlaybackPosition to mPlaybackByteOffset. → WIP: Bug 1967831 - part5 : rename mPlaybackPosition to mPlaybackByteOffset.
Updated•8 months ago
|
Attachment #9490221 -
Attachment description: Bug 1967831 - part6 : remove GetStatistics() and renames MediaStatistics variables. → WIP: Bug 1967831 - part6 : remove GetStatistics() and renames MediaStatistics variables.
Updated•8 months ago
|
Attachment #9490216 -
Attachment description: WIP: Bug 1967831 - part1 : remove unused function GetRateAtLastStop(). → Bug 1967831 - part1 : remove unused function GetRateAtLastStop().
Updated•8 months ago
|
Attachment #9490217 -
Attachment description: WIP: Bug 1967831 - part2 : merge ComputePlaybackRate() and UpdatePlaybackRate() into a new function. → Bug 1967831 - part2 : merge ComputePlaybackRate() and UpdatePlaybackRate() into a new function.
Updated•8 months ago
|
Attachment #9490218 -
Attachment description: WIP: Bug 1967831 - part3 : move MediaStatistics into ChannelMediaDecoder. → Bug 1967831 - part3 : move MediaStatistics into ChannelMediaDecoder.
Updated•8 months ago
|
Attachment #9490219 -
Attachment description: WIP: Bug 1967831 - part4 : add more logs for ChannelMediaDecoder. → Bug 1967831 - part4 : add more logs for ChannelMediaDecoder.
Updated•8 months ago
|
Attachment #9490220 -
Attachment description: WIP: Bug 1967831 - part5 : rename mPlaybackPosition to mPlaybackByteOffset. → Bug 1967831 - part5 : rename mPlaybackPosition to mPlaybackByteOffset.
Updated•8 months ago
|
Attachment #9490221 -
Attachment description: WIP: Bug 1967831 - part6 : remove GetStatistics() and renames MediaStatistics variables. → Bug 1967831 - part6 : remove GetStatistics() and renames MediaStatistics variables.
| Assignee | ||
Comment 7•8 months ago
|
||
Updated•8 months ago
|
Attachment #9490217 -
Attachment description: Bug 1967831 - part2 : merge ComputePlaybackRate() and UpdatePlaybackRate() into a new function. → Bug 1967831 - part2 : move ComputePlaybackRate() to main thread.
Updated•8 months ago
|
Attachment #9490454 -
Attachment is obsolete: true
Updated•8 months ago
|
Attachment #9490217 -
Attachment description: Bug 1967831 - part2 : move ComputePlaybackRate() to main thread. → Bug 1967831 - part2 : merge ComputePlaybackRate() and UpdatePlaybackRate().
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ea909821271
part1 : remove unused function GetRateAtLastStop(). r=media-playback-reviewers,karlt
https://hg.mozilla.org/integration/autoland/rev/0d08f5cbdf72
part2 : merge ComputePlaybackRate() and UpdatePlaybackRate(). r=media-playback-reviewers,karlt
https://hg.mozilla.org/integration/autoland/rev/70633955e6bc
part3 : move MediaStatistics into ChannelMediaDecoder. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/c4d443768bf2
part4 : add more logs for ChannelMediaDecoder. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/47db8f652629
part5 : rename mPlaybackPosition to mPlaybackByteOffset. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/fab5e542a4e9
part6 : remove GetStatistics() and renames MediaStatistics variables. r=media-playback-reviewers,padenot
https://hg.mozilla.org/integration/autoland/rev/f115341d07d1
apply code formatting via Lando
Comment 9•8 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1ea909821271
https://hg.mozilla.org/mozilla-central/rev/0d08f5cbdf72
https://hg.mozilla.org/mozilla-central/rev/70633955e6bc
https://hg.mozilla.org/mozilla-central/rev/c4d443768bf2
https://hg.mozilla.org/mozilla-central/rev/47db8f652629
https://hg.mozilla.org/mozilla-central/rev/fab5e542a4e9
https://hg.mozilla.org/mozilla-central/rev/f115341d07d1
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•7 months ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
You need to log in
before you can comment on or make changes to this bug.
Description
•