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

feat(thumbnails): Add Player.getAllThumbnails #5783

Merged
merged 2 commits into from Oct 19, 2023

Conversation

theodab
Copy link
Collaborator

@theodab theodab commented Oct 19, 2023

This method returns every thumbnail for a given image track ID, simplifying the process of determining how many thumbnails a given image track contains.

Closes #5781

This method returns every thumbnail for a given image track ID,
simplifying the process of determining how many thumbnails a given
image track contains.

Closes shaka-project#5781
@theodab theodab added the type: enhancement New feature or request label Oct 19, 2023
@shaka-bot
Copy link
Collaborator

shaka-bot commented Oct 19, 2023

Incremental code coverage: 89.55%

@avelad
Copy link
Collaborator

avelad commented Oct 19, 2023

@theodab please, add an integration test. Thanks! (see: https://github.com/shaka-project/shaka-player/blob/main/test/player_integration.js#L1301)

@avelad avelad added the priority: P2 Smaller impact or easy workaround label Oct 19, 2023
@avelad avelad added this to the v4.6 milestone Oct 19, 2023
@theodab
Copy link
Collaborator Author

theodab commented Oct 19, 2023

@theodab please, add an integration test. Thanks! (see: https://github.com/shaka-project/shaka-player/blob/main/test/player_integration.js#L1301)

Done.

@theodab theodab merged commit 9f7576b into shaka-project:main Oct 19, 2023
15 checks passed
@theodab theodab deleted the allThumbnailsBranch branch October 19, 2023 20:02
Robloche pushed a commit to Robloche/shaka-player that referenced this pull request Nov 30, 2023
This method returns every thumbnail for a given image track ID, simplifying the process of determining how many thumbnails a given image track contains.

Closes shaka-project#5781
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Dec 18, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Dec 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thumbnails support for live stream
3 participants