-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: prevent invalid media processing #1688
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: prevent invalid media processing #1688
Conversation
🦋 Changeset detectedLatest commit: 152b713 The changes in this PR will be included in the next version bump. This PR includes changesets to release 19 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
01d84ce to
152b713
Compare
@eoghanmurray hi eoghan! just a heads up that my pr looks like it might be trying to resolve the same (or at least similar) issue as your pr here #1673 if my changes here look good i'm happy to close this one out and merge the changes into your pr instead if that's preferred (or vice versa). thanks!
Uh oh!
There was an error while loading. Please reload this page.
👋 hello! i'm seeing
h.pause is not a functionerrors/warnings during playback and after looking into the issue some more, it looks like during playback we can end up adding non-media elements to themediaMapviamediaMutation, which is what's causing some errors during playback.to summarize the changes in this pr:
addMediaElementsif a media element is blocked since it won't have any media attributes anyway