https://github.com/web-platform-tests/wpt
Revision c1df8c29879917e2602bfb32a292e3c450452e27 authored by Henrik Boström on 04 April 2018, 19:14:49 UTC, committed by Chromium WPT Sync on 04 April 2018, 19:14:49 UTC
Implements the RTCPeerConnection.getStats(MediaStreamTrack) version[1]
of the stats selection algorithm behind flag. This is the equivalent of
doing RTCRtpSender.getStats() or RTCRtpReceiver.getStats() for the
track's sender or receiver. This is tested in external/wpt/.

Due to limitations of the generated V8 bindings it is not possible to
express all versions of RTCPeerConnection.getStats() at the same time
in IDL. Thus this CL introduces a version of getStats() taking
"optional any callbacksOrSelector" as argument, with custom binding
logic performed in RTCPeerConnection.cpp. A fast/peerconnection/
LayoutTest is added to test all combinations.

[1] https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-getstats

Bug: 680172
Change-Id: I8c64fc64c708d266c926dfa3eb3587c4cbb31210
Reviewed-on: https://chromium-review.googlesource.com/978128
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548149}
1 parent 148f026
History
Tip revision: c1df8c29879917e2602bfb32a292e3c450452e27 authored by Henrik Boström on 04 April 2018, 19:14:49 UTC
RTCPeerConnection.getStats(MediaStreamTrack? selector = null) added.
Tip revision: c1df8c2
File Mode Size
1x1-green.png -rw-r--r-- 135 bytes
2048x1360-random.jpg -rw-r--r-- 4.3 MB
A4.mp4 -rw-r--r-- 52.2 KB
A4.ogv -rw-r--r-- 92.2 KB
OWNERS -rw-r--r-- 21 bytes
counting.mp4 -rw-r--r-- 304.0 KB
counting.ogv -rw-r--r-- 183.4 KB
foo-no-cors.vtt -rw-r--r-- 42 bytes
foo.vtt -rw-r--r-- 42 bytes
foo.vtt.headers -rw-r--r-- 30 bytes
green-at-15.mp4 -rw-r--r-- 292.2 KB
green-at-15.ogv -rw-r--r-- 280.9 KB
movie_300.mp4 -rw-r--r-- 2.6 MB
movie_300.ogv -rw-r--r-- 2.2 MB
movie_5.mp4 -rw-r--r-- 30.9 KB
movie_5.ogv -rw-r--r-- 18.2 KB
poster.png -rw-r--r-- 13.8 KB
sound_5.mp3 -rw-r--r-- 22.9 KB
sound_5.oga -rw-r--r-- 18.1 KB
test-a-128k-44100Hz-1ch.webm -rw-r--r-- 9.6 KB
test-av-384k-44100Hz-1ch-320x240-30fps-10kfr.webm -rw-r--r-- 74.7 KB
test-v-128k-320x240-24fps-8kfr.webm -rw-r--r-- 37.3 KB
test.mp4 -rw-r--r-- 188.3 KB
test.ogv -rw-r--r-- 143.1 KB
white.mp4 -rw-r--r-- 13.4 KB
white.webm -rw-r--r-- 10.6 KB

back to top