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: Video.jump_to() fails with negative indexes #4294

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

ndonkoHenri
Copy link
Contributor

@ndonkoHenri ndonkoHenri commented Nov 2, 2024

Summary by Sourcery

Fix the Video.jump_to method to correctly handle negative indexes by converting them to positive equivalents and deprecate the seek_async and jump_to_async methods.

Bug Fixes:

  • Fix the Video.jump_to method to handle negative indexes by converting them to positive equivalents.

Enhancements:

  • Deprecate the seek_async and jump_to_async methods in favor of their synchronous counterparts, with a planned removal in version 0.28.0.

@ndonkoHenri ndonkoHenri changed the title fix: Video.jump_to fails with negative indexes fix: Video.jump_to() fails with negative indexes Nov 2, 2024
@FeodorFitsner FeodorFitsner merged commit 3fa90c4 into main Nov 4, 2024
3 checks passed
@FeodorFitsner FeodorFitsner deleted the henri/fix-video-jump-to branch November 4, 2024 22:29
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.

2 participants