Skip to content

Commit 91ab07d

Browse files
author
Guido Urdaneta
committed
Address review comment
1 parent 8397617 commit 91ab07d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

index.bs

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:webidl; type:dfn; text:resolve
5252
"RTP-EXT-CAPTURE-TIME": {
5353
"href": "https://datatracker.ietf.org/doc/draft-ietf-avtcore-abs-capture-time/",
5454
"title": "RTP Header Extension for Absolute Capture Time",
55-
"publisher": "WebRTC Project"
55+
"publisher": "IETF"
5656
}
5757
}
5858
</pre>
@@ -461,12 +461,8 @@ dictionary RTCEncodedVideoFrameMetadata {
461461
</dt>
462462
<dd>
463463
<p>
464-
The {{RTCEncodedVideoFrameMetadata/captureTime}} is set by the frame source, and for frames that come
465-
from the {{RTCRtpReceiver}}, it is extracted by the [[#stream-processing]] algorithm. Its reference clock
466-
is the capture system's NTP clock (same clock used to generate NTP timestamps for RTCP sender reports on
467-
that system).
468-
469-
On populating this member, the user agent MUST return the value of the frame's `[[captureTime]]` slot.
464+
On populating this member, the user agent MUST return the value of the frame's `[[captureTime]]` slot,
465+
shifted to be relative to {{Performance}}.{{Performance/timeOrigin}}.
470466
</p>
471467
</dd>
472468
<dt>
@@ -725,12 +721,8 @@ dictionary RTCEncodedAudioFrameMetadata {
725721
</dt>
726722
<dd>
727723
<p>
728-
The {{RTCEncodedAudioFrameMetadata/captureTime}} is set by the frame source, and for frames that come
729-
from the {{RTCRtpReceiver}}, it is extracted by the [[#stream-processing]] algorithm. Its reference clock
730-
is the capture system's NTP clock (same clock used to generate NTP timestamps for RTCP sender reports on
731-
that system).
732-
733-
On populating this member, the user agent MUST return the value of the frame's `[[captureTime]]` slot.
724+
On populating this member, the user agent MUST return the value of the frame's `[[captureTime]]` slot,
725+
shifted to be relative to {{Performance}}.{{Performance/timeOrigin}}.
734726
</p>
735727
</dd>
736728
<dt>

0 commit comments

Comments
 (0)