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: audio label when selecting variants by label #8038

Merged

Conversation

remi-monnot
Copy link
Contributor

@remi-monnot remi-monnot commented Feb 7, 2025

This was introduced with version 4.13.0
This is a simple oversight on arguments of the function this.currentAdaptationSetCriteria_.configure(...) and made sure this was following the doc here https://shaka-player-demo.appspot.com/docs/api/shaka.media.AdaptationSetCriteria.html#.Configuration

Fixes #8037

Copy link

google-cla bot commented Feb 7, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@remi-monnot remi-monnot force-pushed the fix-audio-select-variant-by-label branch from 8d10bdd to f08b98d Compare February 7, 2025 12:50
@remi-monnot remi-monnot changed the title Fix audio label when selecting variants by label fix: audio label when selecting variants by label Feb 7, 2025
@remi-monnot remi-monnot force-pushed the fix-audio-select-variant-by-label branch from f08b98d to 7f2d0e5 Compare February 7, 2025 12:55
@avelad avelad added type: bug Something isn't working correctly priority: P1 Big impact or workaround impractical; resolve before feature release labels Feb 7, 2025
@avelad avelad added this to the v4.14 milestone Feb 7, 2025
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 0.00%

@avelad avelad requested a review from tykus160 February 7, 2025 14:54
@tykus160
Copy link
Member

tykus160 commented Feb 7, 2025

Thanks!

@tykus160 tykus160 merged commit 56a920a into shaka-project:main Feb 7, 2025
18 checks passed
@remi-monnot remi-monnot deleted the fix-audio-select-variant-by-label branch February 7, 2025 15:18
avelad pushed a commit that referenced this pull request Feb 17, 2025
This was introduced with version 4.13.0
This is a simple oversight on arguments of the function
`this.currentAdaptationSetCriteria_.configure(...)` and made sure this
was following the doc here
https://shaka-player-demo.appspot.com/docs/api/shaka.media.AdaptationSetCriteria.html#.Configuration

Fixes #8037
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

selectVariantsByLabel function broken since 4.13.0
4 participants