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): Check if periodCombiner_ exists before configuring #5998

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

theodab
Copy link
Collaborator

@theodab theodab commented Dec 6, 2023

No description provided.

@theodab theodab added type: bug Something isn't working correctly component: DASH The issue involves the MPEG DASH manifest format labels Dec 6, 2023
@theodab
Copy link
Collaborator Author

theodab commented Dec 6, 2023

I've received a report of the DashParser.periodCombiner_ being undefined at configure time and causing an error when loading an asset. I'm really not sure what situations causes it, though, since we never set that value to undefined; I'll have to investigate. Perhaps the method is being called on the class rather than on an instance?
I'm putting out this change for now while I figure out the root cause, in case there's a better solution.

@theodab
Copy link
Collaborator Author

theodab commented Dec 6, 2023

Okay it sounds like the problem wasn't on our part.
Might as well still make this PR, though, since it does account for configuring a destroyed DashParser.

@shaka-bot
Copy link
Collaborator

Incremental code coverage: 100.00%

@theodab theodab merged commit bb64cb1 into shaka-project:main Dec 7, 2023
17 checks passed
@theodab theodab deleted the periodCombinerErrorBranch branch December 7, 2023 07:44
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Feb 5, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: DASH The issue involves the MPEG DASH manifest format status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants