|
5 | 5 | <title>WebRTC Encoded Transform</title>
|
6 | 6 | <meta content="ED" name="w3c-status">
|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
|
8 |
| - <meta content="Bikeshed version 5edf5e459, updated Thu Jun 22 11:28:01 2023 -0700" name="generator"> |
| 8 | + <meta content="Bikeshed version b06c00b8e, updated Tue Jul 11 13:41:16 2023 -0700" name="generator"> |
9 | 9 | <link href="https://www.w3.org/TR/webrtc-encoded-transform/" rel="canonical">
|
10 |
| - <meta content="4bd0792b02d626e56714c245c615808497311252" name="document-revision"> |
| 10 | + <meta content="296c9b11e0dc9023a7f0ccbcfc914986c14abd6a" name="document-revision"> |
11 | 11 | <style>/* Boilerplate: style-autolinks */
|
12 | 12 | .css.css, .property.property, .descriptor.descriptor {
|
13 | 13 | color: var(--a-normal-text);
|
|
648 | 648 | <div class="head">
|
649 | 649 | <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
|
650 | 650 | <h1 class="p-name no-ref" id="title">WebRTC Encoded Transform</h1>
|
651 |
| - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-06-29">29 June 2023</time></p> |
| 651 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-07-13">13 July 2023</time></p> |
652 | 652 | <details open>
|
653 | 653 | <summary>More details about this document</summary>
|
654 | 654 | <div data-fill-with="spec-metadata">
|
@@ -1363,7 +1363,7 @@ <h3 class="heading settled" data-level="5.8" id="KeyFrame-algorithms"><span clas
|
1363 | 1363 | <li data-md>
|
1364 | 1364 | <p>If <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code> is undefined, initialize <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code> to an empty set.</p>
|
1365 | 1365 | <li data-md>
|
1366 |
| - <p>Let <var>shouldTriggerKeyFrame</var> be <code>true</code> if <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code> contains a task whose <code>[[rid]]</code> value is equal to <var>rid</var>, and <code>false</code> otherwise.</p> |
| 1366 | + <p>Let <var>shouldTriggerKeyFrame</var> be <code>false</code> if <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code> contains a task whose <code>[[rid]]</code> value is equal to <var>rid</var>, and <code>true</code> otherwise.</p> |
1367 | 1367 | <li data-md>
|
1368 | 1368 | <p>Add <var>task</var> to <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code>.</p>
|
1369 | 1369 | <li data-md>
|
@@ -1739,7 +1739,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
|
1739 | 1739 | <dt id="biblio-streams">[STREAMS]
|
1740 | 1740 | <dd>Adam Rice; et al. <a href="https://streams.spec.whatwg.org/"><cite>Streams Standard</cite></a>. Living Standard. URL: <a href="https://streams.spec.whatwg.org/">https://streams.spec.whatwg.org/</a>
|
1741 | 1741 | <dt id="biblio-webcodecs">[WEBCODECS]
|
1742 |
| - <dd>Paul Adenot; Bernard Aboba. <a href="https://w3c.github.io/webcodecs/"><cite>WebCodecs</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/">https://w3c.github.io/webcodecs/</a> |
| 1742 | + <dd>Paul Adenot; Bernard Aboba; Eugene Zemtsov. <a href="https://w3c.github.io/webcodecs/"><cite>WebCodecs</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/">https://w3c.github.io/webcodecs/</a> |
1743 | 1743 | <dt id="biblio-webcryptoapi">[WebCryptoAPI]
|
1744 | 1744 | <dd>Mark Watson. <a href="https://w3c.github.io/webcrypto/"><cite>Web Cryptography API</cite></a>. URL: <a href="https://w3c.github.io/webcrypto/">https://w3c.github.io/webcrypto/</a>
|
1745 | 1745 | <dt id="biblio-webidl">[WEBIDL]
|
|
0 commit comments