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: Treat regions uniquely #4841

Merged
merged 2 commits into from
Dec 15, 2022
Merged

Conversation

david-hm-morgan
Copy link
Contributor

@david-hm-morgan david-hm-morgan commented Dec 15, 2022

Captions split over stream segment boundaries are repeated over more than one segment.
Regions in which they sit maybe described the same but allocated different ids and vice versa.
Proposal to treat internal region ids uniqely by encoding the dimensions in the id.

fixes #4839

ensure dimensions of regions with the same label are treated appropriately
@david-hm-morgan david-hm-morgan marked this pull request as ready for review December 15, 2022 09:35
@avelad avelad changed the title fix: 4839 treat regions uniquely fix: treat regions uniquely Dec 15, 2022
@avelad avelad added type: bug Something isn't working correctly component: captions/subtitles The issue involves captions or subtitles labels Dec 15, 2022
@avelad avelad added this to the v4.4 milestone Dec 15, 2022
@avelad avelad added the component: UI The issue involves the Shaka Player UI label Dec 15, 2022
@github-actions
Copy link
Contributor

Incremental code coverage: 100.00%

@avelad avelad changed the title fix: treat regions uniquely fix: Treat regions uniquely Dec 15, 2022
@avelad avelad merged commit 5681efe into shaka-project:main Dec 15, 2022
joeyparrish pushed a commit that referenced this pull request Jan 13, 2023
Captions split over stream segment boundaries are repeated over more
than one segment.
Regions in which they sit maybe described the same but allocated
different ids and vice versa.
Proposal to treat internal region ids uniqely by encoding the dimensions
in the id.

fixes #4839
joeyparrish pushed a commit that referenced this pull request Jan 13, 2023
Captions split over stream segment boundaries are repeated over more
than one segment.
Regions in which they sit maybe described the same but allocated
different ids and vice versa.
Proposal to treat internal region ids uniqely by encoding the dimensions
in the id.

fixes #4839
joeyparrish pushed a commit that referenced this pull request Jan 13, 2023
Captions split over stream segment boundaries are repeated over more
than one segment.
Regions in which they sit maybe described the same but allocated
different ids and vice versa.
Proposal to treat internal region ids uniqely by encoding the dimensions
in the id.

fixes #4839
joeyparrish pushed a commit that referenced this pull request Jan 13, 2023
Captions split over stream segment boundaries are repeated over more
than one segment.
Regions in which they sit maybe described the same but allocated
different ids and vice versa.
Proposal to treat internal region ids uniqely by encoding the dimensions
in the id.

fixes #4839
Robloche pushed a commit to Robloche/shaka-player that referenced this pull request Feb 8, 2023
Captions split over stream segment boundaries are repeated over more
than one segment.
Regions in which they sit maybe described the same but allocated
different ids and vice versa.
Proposal to treat internal region ids uniqely by encoding the dimensions
in the id.

fixes shaka-project#4839
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: captions/subtitles The issue involves captions or subtitles component: UI The issue involves the Shaka Player UI 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.

TTML PNG image captions scaled differently due to regions straddling segment boundaries
3 participants