Open
Bug 1849216
Opened 2 years ago
Updated 6 months ago
Follow up on MSE buffered range mismatch
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Assigned: alwu)
References
(Depends on 4 open bugs)
Details
In bug 1846957, we discovered the buffered mismatching caught by diagnostic assertion, but we couldn't find out the culprit. So we change those assertion to debug-only, and will keep investigation on the root cause on this bug.
Comment 1•8 months ago
|
||
A code comment in DoEvictData()
explains that data
may contain zero duration frames. These would not show up in mBufferedRanges
, so data
is not necessarily empty if mBufferedRanges
is empty. This would have led to the assertion failure in bug 1846957.
You need to log in
before you can comment on or make changes to this bug.
Description
•