forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't gap jump at start of video if autoplay is not set (shaka-p…
…roject#3645) Before, the video would automatically gap jump at the start, even if the video was not yet playing. This meant that videos with a gap at the start would jump ahead and get rid of the video poster, even if autoplay was set to false. Closes: shaka-project#3451
- Loading branch information
Álvaro Velad Galván
authored
Oct 12, 2021
1 parent
22307d0
commit 9e15323
Showing
2 changed files
with
31 additions
and
3 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