Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: webrtc/video/stream_synchronization.h

Issue 2385763002: Add stats for frequency offset when converting RTP timestamp to NTP time. (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video/rtp_streams_synchronizer.cc ('k') | webrtc/video/stream_synchronization_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/stream_synchronization.h
diff --git a/webrtc/video/stream_synchronization.h b/webrtc/video/stream_synchronization.h
index f231cfb1751aea062fe3935d14de7146b8c3fb24..c700ee3bf70641fc792edcbdea45e23a67da8fd9 100644
--- a/webrtc/video/stream_synchronization.h
+++ b/webrtc/video/stream_synchronization.h
@@ -22,7 +22,7 @@ class StreamSynchronization {
public:
struct Measurements {
Measurements() : rtcp(), latest_receive_time_ms(0), latest_timestamp(0) {}
- RtcpList rtcp;
+ RtcpMeasurements rtcp;
int64_t latest_receive_time_ms;
uint32_t latest_timestamp;
};
« no previous file with comments | « webrtc/video/rtp_streams_synchronizer.cc ('k') | webrtc/video/stream_synchronization_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698