-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Use source tags instead of src attribute #7406
Conversation
@shaka-bot test |
@avelad: Lab tests started with arguments:
|
Incremental code coverage: 92.59% |
@shaka-bot test |
@tykus160: Lab tests started with arguments:
|
|
Ouch. This change broke our code and the assumption that video tag had the |
@alexandercerutti sorry 😅 you can try to use |
Still, I do have to update the code 😂 I think I don't need the check anymore tho. I'll follow your suggestion if I'll need it. Thank you 👍 |
Needed for #5022
This PR does not enable AirPlay on MSE yet, but moves shaka from using
src
attribute tosource
tags. With this change we will be able to enable it more easily, assrc
andsource
should not be used together.