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)

26 Branch
x86_64
Linux
defect
Not set
normal

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).
Component: Audio/Video → Audio/Video: MSG/cubeb/GMP
If this wasn't fixed in bug 818822, then I expect it's fixed after changes in bug 1061046.
Status: NEW → RESOLVED
Closed: 9 years ago
Depends on: 1061046
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.