webrtc/stats
Henrik Boström 21e99dac24 Add implemented-but-missing members to RTCMediaStreamTrackStats::Members
silentConcealedSamples, insertedSamplesForDeceleration and
removedSamplesForAcceleration were implemented in M76, but we forgot to
add them to the WEBRTC_RTCSTATS_IMPL list, meaning the "iterate all
members" method, RTCStats::Members(), did not contain these metrics.
As a consequence, Chrome did not pick up these members for exposure to
JavaScript.

Also fix the test coverage in rtc_stats_integrationtest.cc where code
paths that did not apply to audio track stats were not explicitly
asserting that they must be undefined in those cases.

Bug: chromium:996146, webrtc:10903
Change-Id: I00e7ddee600818ee4d561b88e005391830adcf3e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149816
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28925}
2019-08-21 10:59:08 +00:00
..
test webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
BUILD.gn Delete rtc_base/unittest_main.cc 2019-05-21 14:44:11 +00:00
DEPS Remove +api from internal DEPS files. 2019-01-28 11:17:00 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
rtc_stats_report_unittest.cc Fix -Wextra-semi warnings. 2019-02-25 09:22:51 +00:00
rtc_stats_report.cc Fix RTCStatsReport::ConstIterator move constructor. 2019-02-01 14:12:43 +00:00
rtc_stats_unittest.cc Add test-only group id. 2019-03-29 15:53:16 +00:00
rtc_stats.cc webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
rtcstats_objects.cc Add implemented-but-missing members to RTCMediaStreamTrackStats::Members 2019-08-21 10:59:08 +00:00