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: Pass correct adaptation value to MediaSourceEngine #7111

Merged

Conversation

tykus160
Copy link
Member

Currently passing adaptation value via media state has 2 flaws:

  • it's not passed on init segment append (thus we don't use this value at all in CaptionParser)
  • it often marks already pending update as an adaptation, instead of the actual segment we care about

@shaka-bot
Copy link
Collaborator

Incremental code coverage: 78.95%

@theodab theodab merged commit 0ff0578 into shaka-project:main Aug 6, 2024
12 of 15 checks passed
avelad pushed a commit that referenced this pull request Aug 19, 2024
Currently passing adaptation value via media state has 2 flaws:
- it's not passed on init segment append (thus we don't use this value
at all in CaptionParser)
- it often marks already pending update as an adaptation, instead of the
actual segment we care about
avelad pushed a commit that referenced this pull request Aug 19, 2024
Currently passing adaptation value via media state has 2 flaws:
- it's not passed on init segment append (thus we don't use this value
at all in CaptionParser)
- it often marks already pending update as an adaptation, instead of the
actual segment we care about
@tykus160 tykus160 deleted the wt-cea-adaptation-actual-fix branch August 25, 2024 06:55
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Oct 5, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Oct 5, 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