w3c / media-source

Media Source Extensions
https://w3c.github.io/media-source/
Other
267 stars 57 forks source link

Remove createObjectURL extension #229

Closed saschanaz closed 3 years ago

saschanaz commented 5 years ago

A followup after https://github.com/w3c/FileAPI/pull/103.

The overload has been merged into the File API spec so we can remove the extension.

Closes #211


Preview | Diff

saschanaz commented 5 years ago

Marked as non substantive for IPR from ash-nazg.

foolip commented 4 years ago

I just ran into the same issue. @wolenetz @mwatson2 can either of you review this?

foolip commented 3 years ago

@tidoust I see you recently made a change to this spec. Can you help get this merged?

wolenetz commented 3 years ago

@foolip, @tidoust - I'll merge this. The MSE-in-Workers feature (#175) may require some clarification about auto-revocation behavior (likely to be auto-revoke upon successful attachment to a media element), but that can come with that feature's specification in MSE.

wolenetz commented 3 years ago

@tidoust, spec-prod didn't like the result: https://github.com/w3c/media-source/actions/runs/768485056. I'd like to learn more about spec-prod, so will investigate, but if it's something obvious don't hesitate to let me know :)

saschanaz commented 3 years ago

@wolenetz It's a recent regression from ReSpec https://github.com/w3c/respec/pull/3458, I'll file an issue there. (Edit: https://github.com/w3c/respec/issues/3470)