-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the user seeks using Edge's native controls, Edge sets playbackRate to 0 first. This confused Playhead and resulted in a playbackRate stuck at 0 after the seek. To fix it, we filter out rate changes to 0 in the code that remembers the previous setting during a buffering event. Closes #951 Change-Id: Ia7a9a2a6d65dcf2d74ea6fb4d92594070a1ebe6a
- Loading branch information
1 parent
37ebcff
commit 4b6e1fd
Showing
2 changed files
with
86 additions
and
16 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