Closed
Bug 1740827
Opened 3 years ago
Closed 3 years ago
Append right amount of null data in ForwardedInputTrack when its input source is suspended
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P3)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
(Depends on 1 open bug)
Details
Attachments
(1 obsolete file)
We append a much larger amount of null data in ForwardedInputTrack's mSegment when its input source is suspended. aSegment->AppendNullData(aTo - aFrom) here should be aSegment->AppendNullData(ticks)
| Assignee | ||
Comment 1•3 years ago
|
||
Correct the amount of null data appended to ForwardedInputTrack's
mSegment when the input source is suspended
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa867b130b44
Append right amount of null data in ForwardedInputTrack r=pehrsons
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•11 months ago
|
Attachment #9250455 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•