-
Notifications
You must be signed in to change notification settings - Fork 172
Replace "queue a task" with "queue a media element task" #2307
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
Conversation
padenot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work, because a media element task source is a property of a media element, and we don't have a media element:
Each media element has a unique media element event task source.
here: https://html.spec.whatwg.org/multipage/media.html#media-element-event-task-source
|
We can easily do "Each BaseAudioContext has a unique media element event task source." |
|
@padenot Here's my reasoning behind this change: I don't think we want to create a new BaseAudioContext Task Source just for this reason. |
|
@padenot Is there anything else needs to be done here? |
padenot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, looks good, thanks.
|
Thanks for the review, @padenot! |
Fixes #2095.
This replaces all instances of "queue a task" with "queue a media element task" to clarify the task source. See #2095 (comment).
Preview | Diff