DescriptionFix the flaky MediaSourcePlayerTest
If seek happens while requesting data for the inactive chunk, the ack for the data request will call OnDecodeCompleted().
However, the decoder job is waiting for the OnDecodeCompleted() from the active chunk.
Tests:We already have seveal tests covering requesting inactive chunk during seek. This CL should fix the flakiness in there.
BUG=361541
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262934
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix the comments #Messages
Total messages: 8 (0 generated)
|