Closed
Bug 983052
Opened 11 years ago
Closed 9 years ago
TrackUnionStream reads input samples that may have been forgotten
Categories
(Core :: Audio/Video: MediaStreamGraph, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: karlt, Unassigned)
References
Details
The code added in http://hg.mozilla.org/mozilla-central/rev/4199176c083b means that a TrackUnionStream will read from input tracks samples that are before the start of the processing interval, and so may have been forgotten, zeroed.
This could be corrected by shifting the position/timing of output samples instead of shifting the position of the read.
However, the fix for bug 818822 will probably mean that all input samples will be aligned with graph processing intervals and so there is no longer a need to handle offset samples (from different rate streams).
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: MSG/cubeb/GMP
Reporter | ||
Comment 1•9 years ago
|
||
If this wasn't fixed in bug 818822, then I expect it's fixed after changes in bug 1061046.
You need to log in
before you can comment on or make changes to this bug.
Description
•