Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid a race when clearing buffered content
This changes the order of operations in clearing buffered content in StreamingEngine. Now we clear the media states (synchronously) right before we clear the actual buffered content (asynchronously). This fixes a test failure in "StreamingEngine VOD can handle unbuffered seeks" with Firefox on Windows. Fixes b/162752568 Change-Id: I27f98fa0e14d4e9e1f1a24da4f5fda85c457bd1d
- Loading branch information