Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix exception with streaming.startAtSegmentBoundary #4216

Merged
merged 1 commit into from May 11, 2022

Conversation

joeyparrish
Copy link
Member

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 #4188

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
@joeyparrish joeyparrish added the type: bug Something isn't working correctly label May 11, 2022
@joeyparrish joeyparrish merged commit 426a19c into shaka-project:main May 11, 2022
@joeyparrish joeyparrish deleted the fix-iterator-seek branch May 11, 2022 20:59
This was referenced May 11, 2022
joeyparrish added a commit that referenced this pull request May 17, 2022
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 #4188
joeyparrish added a commit that referenced this pull request May 17, 2022
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 #4188
joeyparrish added a commit that referenced this pull request May 17, 2022
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 #4188
nyanmisaka added a commit to nyanmisaka/shaka-player that referenced this pull request Oct 6, 2022
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception in v4.0.0 with streaming.startAtSegmentBoundary
2 participants