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: Fit template check template info #8162

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

dpfister2
Copy link
Contributor

TimelineSegmentIndex fitTimeline doesn't check if templateInfo is null. This means it errors in this case when it tries to access the timeline property. It now exits early if it's null

@shaka-bot
Copy link
Collaborator

Incremental code coverage: 100.00%

@avelad avelad added this to the v4.14 milestone Feb 26, 2025
@avelad avelad added type: bug Something isn't working correctly priority: P1 Big impact or workaround impractical; resolve before feature release component: DASH The issue involves the MPEG DASH manifest format labels Feb 26, 2025
@avelad avelad merged commit b26dd1f into shaka-project:main Feb 26, 2025
24 checks passed
@tykus160 tykus160 deleted the check-template-info branch February 26, 2025 07:08
avelad pushed a commit that referenced this pull request Feb 26, 2025
`TimelineSegmentIndex` `fitTimeline` doesn't check if `templateInfo` is
null. This means it errors in this case when it tries to access the
`timeline` property. It now exits early if it's null
avelad pushed a commit that referenced this pull request Feb 26, 2025
`TimelineSegmentIndex` `fitTimeline` doesn't check if `templateInfo` is
null. This means it errors in this case when it tries to access the
`timeline` property. It now exits early if it's null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants