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: Fix exception with streaming.startAtSegmentBoundary (shaka-proje…
…ct#4216) v4.0.0 introduced a regression. When SegmentIterator's seek() method was removed, one reference to it was missed in Player. This was only used when streaming.startAtSegmentBoundary is true, and there were no tests to exercise that code path. This adds new tests and fixes the regression. Closes shaka-project#4188
- Loading branch information
1 parent
ae84aac
commit 24eac2c
Showing
3 changed files
with
63 additions
and
4 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
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