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

feat: Make gap jump timer time configurable #5525

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

avelad
Copy link
Member

@avelad avelad commented Aug 23, 2023

Closes #3008

@avelad avelad added type: enhancement New feature or request priority: P2 Smaller impact or easy workaround labels Aug 23, 2023
@avelad avelad added this to the v4.4 milestone Aug 23, 2023
* The maximum distance (in seconds) before a gap when we'll automatically
* jump. This value defaults to <code>0.5</code>.
* @property {numebr} gapJumpTimerTime
* The polling time in seconds to check for gaps in the media.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you mention the default of 0.25 seconds? It'd be helpful, because it implicitly tells the person reading the docs what the unit of the property is (seconds, not milliseconds), in addition to giving them a sense of what the default behavior is obviously.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done!

* Tizen, Chromecast that value defaults value is <code>0.5</code>
* The maximum distance (in seconds) before a gap when we'll automatically
* jump. This value defaults to <code>0.5</code>.
* @property {numebr} gapJumpTimerTime
Copy link
Contributor

Choose a reason for hiding this comment

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

numebr -> number

Copy link
Member Author

Choose a reason for hiding this comment

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

Done!

@avelad avelad requested a review from theodab August 23, 2023 17:52
@github-actions
Copy link
Contributor

Incremental code coverage: No instrumented code was changed.

@theodab theodab merged commit 97b7412 into shaka-project:main Aug 24, 2023
@avelad avelad deleted the gap-config branch August 24, 2023 07:21
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Oct 23, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurable stall detector
3 participants