Commit a36b1352 authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Whitelist RTCInboundRtpStreamStats::estimatedPlayoutTimestamp.

This unblocks https://webrtc-review.googlesource.com/c/src/+/155621 from
landing and rolling into chromium.

TBR=asapersson@chromium.org, hta@chromium.org
NOTRY=True

Bug: webrtc:7065
Change-Id: I59f9779c265bd3e1c6f24ae3a377a0d18cf95fbe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871430Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707737}
parent cde28a21
...@@ -132,6 +132,7 @@ let kRTCInboundRtpStreamStats = new RTCStats(kRTCReceivedRtpStreamStats, { ...@@ -132,6 +132,7 @@ let kRTCInboundRtpStreamStats = new RTCStats(kRTCReceivedRtpStreamStats, {
firCount: 'number', firCount: 'number',
pliCount: 'number', pliCount: 'number',
sliCount: 'number', sliCount: 'number',
estimatedPlayoutTimestamp: 'number',
fractionLost: 'number', // Obsolete, moved to RTCRemoteInboundRtpStreamStats. fractionLost: 'number', // Obsolete, moved to RTCRemoteInboundRtpStreamStats.
decoderImplementation: 'string', decoderImplementation: 'string',
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment