Skip to content

add back listening to DISCONTINUITY_REASON_SEEK#417

Open
michaelknoch wants to merge 1 commit into
masterfrom
video-fix-seeking
Open

add back listening to DISCONTINUITY_REASON_SEEK#417
michaelknoch wants to merge 1 commit into
masterfrom
video-fix-seeking

Conversation

@michaelknoch

Copy link
Copy Markdown
Member

Type of change: bugfix

Motivation (current vs expected behavior)

Follow up fix for #416

Please check if the PR fulfills these requirements

  • Self-review: I am confident this is the simplest and clearest way to achieve the expected behaviour
  • There are no dependencies on other PRs or I have linked dependencies through Zenhub
  • The commit messages are clean and understandable
  • Tests for the changes have been added (for bug fixes / features)

@michaelknoch michaelknoch requested a review from AKiranB June 13, 2026 09:46
reason: Int
) {
if (reason == Player.DISCONTINUITY_REASON_SEEK_ADJUSTMENT) {
if (reason == Player.DISCONTINUITY_REASON_SEEK || reason == Player.DISCONTINUITY_REASON_SEEK_ADJUSTMENT) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without this isSeeking stays true forever, which makes doSeekSync a noop

@AKiranB AKiranB left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants