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

Unified Diff: media/cast/video_sender/video_sender.cc

Issue 130423007: Cast:Updating logging stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 months 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 | « media/cast/video_receiver/video_receiver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/video_sender/video_sender.cc
diff --git a/media/cast/video_sender/video_sender.cc b/media/cast/video_sender/video_sender.cc
index 5a913477152486f0504384ff5eedb937b581fb18..d87af42c7de9bf50cca401862a04e859c8b6c7e9 100644
--- a/media/cast/video_sender/video_sender.cc
+++ b/media/cast/video_sender/video_sender.cc
@@ -189,7 +189,7 @@ void VideoSender::SendRtcpReport() {
transport::RtcpSenderLogMessage sender_log_message;
VideoRtcpRawMap video_logs =
- cast_environment_->Logging()->GetVideoRtcpRawData();
+ cast_environment_->Logging()->GetAndResetVideoRtcpRawData();
while (!video_logs.empty()) {
// TODO(hclam): Avoid calling begin() within a loop.
« no previous file with comments | « media/cast/video_receiver/video_receiver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698