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

Support turning a list of cue points into a TextTrack #24

Merged
merged 1 commit into from
Jan 21, 2016

Conversation

forbesjo
Copy link
Contributor

This PR is to support a list of cue points as a property of a playlist item.



while (j--) {
ttl.removeTrack_(ttl[j]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not safe and we shouldn't do it. At best, we should set the mode of these to disabled.

@forbesjo
Copy link
Contributor Author

forbesjo commented Jan 7, 2016

@gkatsev wondering if you could take a look at this again.

@gkatsev
Copy link
Member

gkatsev commented Jan 8, 2016

LGTM

forbesjo added a commit that referenced this pull request Jan 21, 2016
Support turning a list of cue points into a TextTrack
@forbesjo forbesjo merged commit 21cdeec into videojs:master Jan 21, 2016
@forbesjo forbesjo deleted the cue-points branch January 21, 2016 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants