-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
player.load() now uses our new CancelableChain abstraction for its chain of events. player.unload() and player.destroy() will both cancel that chain. player.unload() will wait on the cancelation to complete before resetting the streaming system, to avoid a race. Change-Id: I37fcbacde33f253982c3dd5ed246855d4e363c79
- Loading branch information
1 parent
d8865f8
commit a644900
Showing
4 changed files
with
297 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.