commit | 44125faba5bf646116c5a6335ac46c3b544808e8 | [log] [tgz] |
---|---|---|
author | Henrik Lundin <henrik.lundin@webrtc.org> | Mon Apr 29 17:00:46 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 29 15:39:50 2019 +0000 |
tree | 2d0bb66823440034b0101f5606c07e7e0f70f3d1 | |
parent | 7cca042dd409c08a2a6e2383c39c692626f8a2d9 [diff] [blame] |
Reland "Piping audio interruption metrics to API layer" The metrics are now added as RTCNonStandardStatsMember objects in RTCMediaStreamTrackStats. Unit tests are updated. This is a reland of https://webrtc-review.googlesource.com/c/src/+/134303, with fixes. TBR=kwiberg@webrtc.org Bug: webrtc:10549 Change-Id: I29dcc6fbfc69156715664e71acfa054c1b2d9038 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134500 Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27806}
diff --git a/modules/audio_coding/neteq/neteq_impl_unittest.cc b/modules/audio_coding/neteq/neteq_impl_unittest.cc index 025ed69..8269526 100644 --- a/modules/audio_coding/neteq/neteq_impl_unittest.cc +++ b/modules/audio_coding/neteq/neteq_impl_unittest.cc
@@ -745,7 +745,7 @@ } auto lifetime_stats = neteq_->GetLifetimeStatistics(); - EXPECT_EQ(0u, lifetime_stats.interruption_count); + EXPECT_EQ(0, lifetime_stats.interruption_count); } // This test verifies that NetEq can handle comfort noise and enters/quits codec