Closed
Bug 1190215
Opened 10 years ago
Closed 10 years ago
WaveShaperNode corrupts input stream for other consumers
Categories
(Core :: Web Audio, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1203616
People
(Reporter: karlt, Unassigned)
References
Details
(Keywords: regression)
+++ This bug was initially created as a clone of Bug #1184801 +++
WaveShaperNodeEngine::ProcessBlock() hides a const_cast behind a C-style cast to scale its input chunk data. However input chunk data was intended as read-only so that it could be passed without copying. The in-place scale corrupts the data for other consumers.
Regression from
https://hg.mozilla.org/mozilla-central/rev/6ce98e37b52e
Reporter | ||
Updated•10 years ago
|
Priority: -- → P1
Summary: AnalyserNode corrupts input stream for other consumers → WaveShaperNode corrupts input stream for other consumers
Comment 1•10 years ago
|
||
This will be fixed in bug 1203616.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•