Skip to content

Commit

Permalink
Reject WEBGL_webcodecs_video_frame extension.
Browse files Browse the repository at this point in the history
This extension informed WebGPU's zero-copy video frame importing
functionality, but was difficult to use in WebGL. The prototype
implementation is causing technical debt in Chromium per
crbug.com/1462924, so moving this extension to rejected status.
  • Loading branch information
kenrussell committed Jul 10, 2023
1 parent 0343b57 commit 893d14b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<proposal href="proposals/WEBGL_webcodecs_video_frame/">
<rejected href="rejected/WEBGL_webcodecs_video_frame/">
<name>WEBGL_webcodecs_video_frame</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand Down Expand Up @@ -150,6 +150,9 @@ dictionary WebGLWebCodecsVideoFrameHandle {
<revision date="2020/12/28">
<change>Lift the hardware video frame restriction.</change>
</revision>
<revision date="2023/07/10">
<change>Superseded by WebGPU's zero-copy importing of video frames; rejecting this extension due to complexity.</change>
</revision>

</history>
</proposal>
</rejected>

0 comments on commit 893d14b

Please sign in to comment.