Rewrite the RtcEventLog unit test.

Bug: webrtc:8111
Change-Id: I36780940b54bf500244c6755113153c84c997942
Reviewed-on: https://webrtc-review.googlesource.com/80660
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23736}
This commit is contained in:
Bjorn Terelius
2018-06-26 11:41:27 +02:00
committed by Commit Bot
parent 712678b4fe
commit f4db542a9b
45 changed files with 1790 additions and 1277 deletions

View File

@ -23,9 +23,11 @@ namespace rtclog {
struct StreamConfig {
StreamConfig();
StreamConfig(const StreamConfig& other);
~StreamConfig();
bool operator==(const StreamConfig& other) const;
bool operator!=(const StreamConfig& other) const;
uint32_t local_ssrc = 0;
uint32_t remote_ssrc = 0;