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

Publish videojs.Player.prototype.selectSource function. #1424

Closed
wants to merge 1 commit into from

Conversation

ericberdahl
Copy link
Contributor

As discussed offline with @heff and in Issue #1384, allowing developers to patch, replace, and/or experiment with source selection algorithms is a desirable feature. Such capability is currently blocked because the selectSource function's name is obfuscated by the closure compiler. This change adds the selectSource function to the set of functions that are exported by VideoJS, preventing it from name obfuscation.

…ojs.Player.prototype.selectSource function. This allows developers to provide their own algorithms for selecting which source a Player should use.
@heff
Copy link
Member

heff commented Aug 20, 2014

looks good to me, thanks!

heff added a commit that referenced this pull request Aug 20, 2014
@heff
Copy link
Member

heff commented Aug 20, 2014

Merged this in and it's in the 4.7.3 release. Thanks!

@heff heff closed this Aug 20, 2014
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.

2 participants