Closed
Bug 1593301
Opened 5 years ago
Closed 5 years ago
Fix batch decoding support added to RemoteDecoder
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Samples are being overwritten with each call to RemoteAudioDecoderParent::ProcessDecodedData in batch mode. Also, RemoteDecoderChild needs an expanding ShmemPool like RemoteDecoderParent or we can't handle batch sizes larger than 4.
Assignee | ||
Updated•5 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Keywords: regression
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D51436
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97637e6390aa
pt 1 - Don't overwrite decoded audio samples in RemoteAudioDecoderParent::ProcessDecodedData. r=jya
https://hg.mozilla.org/integration/autoland/rev/7061b4b06374
pt 2 - Use expanding ShmemPool in RemoteDecoderChild like RemoteDecoderParent. r=jya
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/97637e6390aa
https://hg.mozilla.org/mozilla-central/rev/7061b4b06374
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•