Skip to content

Commit

Permalink
[Media] Update pointer to requestVideoFrameCallback() proposal (#457)
Browse files Browse the repository at this point in the history
The proposal is now being incubated in the WICG. Also note the change of name
(it used to be "video.requestAnimationFrame").
  • Loading branch information
tidoust authored Apr 16, 2020
1 parent 85c1ce9 commit e280896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions data/video-rvfc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"url": "https://wicg.github.io/video-rvfc/",
"title": "HTMLVideoElement.requestVideoFrameCallback()",
"impl": {
"chromestatus": 6335927192387584
}
}
2 changes: 1 addition & 1 deletion media/processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Exploratory work</h2>
<li><a data-featureid="webgpu">WebGPU</a> allows Web applications to perform operations such as rendering and computation on a Graphics Processing Unit (GPU).</li>
<li>The <a data-featureid="webnn">Web Neural Network API</a> describes a dedicated low-level API for neural network inference hardware acceleration.</li>
<li>The <a data-featureid="shape-detection">Shape Detection API</a> provides access to accelerated shape detectors (e.g. to recognize human faces and postures, or objects) on devices that embed relevant hardware such as most modern smartphones and laptops.</li>
<li>An <a href="https://discourse.wicg.io/t/proposal-video-requestanimationframe/3691">early proposal to create a <code>video.requestAnimationFrame</code> method</a> to signal when a video frame has been presented for composition and provide metadata about that frame.</li>
<li><a data-featureid="video-rvfc">HTMLVideoElement.requestVideoFrameCallback()</a> proposes a mechanism to signal when a video frame has been presented for composition and to provide metadata about that frame. This would allow drawing video frames onto a canvas at the video rate (instead of the browser's animation rate).</li>
<li>An <a href="https://discourse.wicg.io/t/proposal-offscreenvideo/3952">early proposal to create an <code>OffscreenVideo</code> interface</a> inspired by <code>OffscreenCanvas</code> to allow processing of video in a worker.</li>
</ul>
</div>
Expand Down

0 comments on commit e280896

Please sign in to comment.