Closed
Bug 1596433
Opened 5 years ago
Closed 5 years ago
MediaStreamTrackAudioSourceNode is never marked active
Categories
(Core :: Web Audio, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
Attachments
(1 file)
Being marked active means its kept alive to allow audio to play even though there is no direct strong reference keeping it alive.
This is fairly common, we had a number of reports of this on MediaStreamAudioSourceNode back in the days.
We are already marking the track node inactive when the track ends, so this would just be a matter of marking it active when it is set with a live track.
Assignee | ||
Updated•5 years ago
|
Summary: MediaStreamTrackAudioSourceNode is never marked inactive → MediaStreamTrackAudioSourceNode is never marked active
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → apehrson
Priority: -- → P3
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ce1b32236689
Mark MediaStreamTrackAudioSourceNode active when set up with a live input track. r=padenot
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•