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(DASH): Fix precision issue on some platforms #6258

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

tykus160
Copy link
Member

When recalculations of period end are made, it is possible that we will not be able to find last segment from period on low precision platforms. To mitigate it, try to use cached value of periodEnd_ whenever possible.
Issue observed on Xbox One & Xbox Series.

@shaka-bot
Copy link
Collaborator

Incremental code coverage: 100.00%

@joeyparrish joeyparrish merged commit 4a0d1ca into shaka-project:main Feb 20, 2024
12 of 15 checks passed
joeyparrish pushed a commit that referenced this pull request Feb 20, 2024
When recalculations of period end are made, it is possible that we will not be able to find last segment from period on low precision platforms. To mitigate it, try to use cached value of `periodEnd_` whenever possible.

Issue observed on Xbox One & Xbox Series.
joeyparrish pushed a commit that referenced this pull request Feb 20, 2024
When recalculations of period end are made, it is possible that we will not be able to find last segment from period on low precision platforms. To mitigate it, try to use cached value of `periodEnd_` whenever possible.

Issue observed on Xbox One & Xbox Series.
@tykus160 tykus160 deleted the wt-precision-fix branch February 20, 2024 19:09
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 20, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Apr 20, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants