Skip to content

Commit ee002f3

Browse files
Merge pull request #196 from youennf/fix-shouldTriggerKeyFrame-computation
SHA: 296c9b1 Reason: push, by jan-ivar Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1af362 commit ee002f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>WebRTC Encoded Transform</title>
66
<meta content="ED" name="w3c-status">
77
<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">
99
<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">
1111
<style>/* Boilerplate: style-autolinks */
1212
.css.css, .property.property, .descriptor.descriptor {
1313
color: var(--a-normal-text);
@@ -648,7 +648,7 @@
648648
<div class="head">
649649
<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>
650650
<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>
652652
<details open>
653653
<summary>More details about this document</summary>
654654
<div data-fill-with="spec-metadata">
@@ -1363,7 +1363,7 @@ <h3 class="heading settled" data-level="5.8" id="KeyFrame-algorithms"><span clas
13631363
<li data-md>
13641364
<p>If <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code> is undefined, initialize <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code> to an empty set.</p>
13651365
<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>
13671367
<li data-md>
13681368
<p>Add <var>task</var> to <var>encoder</var>.<code>[[pendingKeyFrameTasks]]</code>.</p>
13691369
<li data-md>
@@ -1739,7 +1739,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
17391739
<dt id="biblio-streams">[STREAMS]
17401740
<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>
17411741
<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>
17431743
<dt id="biblio-webcryptoapi">[WebCryptoAPI]
17441744
<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>
17451745
<dt id="biblio-webidl">[WEBIDL]

0 commit comments

Comments
 (0)