Closed
Bug 1096184
Opened 11 years ago
Closed 11 years ago
RequestVideoData with aSkipToNextKeyframe=true can block forever
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1096752
People
(Reporter: mattwoodrow, Unassigned)
References
Details
I'm hitting this sometimes on the dashif player.
If we call RequestVideoData with aSkipToNextKeyframe=true right at the end of one decoder, then we can block forever waiting for more data to be added (which won't ever happen).
Stack: http://pastebin.mozilla.org/7221998
Reporter | ||
Comment 1•11 years ago
|
||
I believe this happened because bug 1096752 was giving us incorrect timestamps for our decoded frames. It no longer happens with that fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•