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

Unified Diff: media/cast/video_receiver/video_receiver.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/logging/logging_unittest.cc ('k') | media/cast/video_sender/video_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/video_receiver/video_receiver.cc
diff --git a/media/cast/video_receiver/video_receiver.cc b/media/cast/video_receiver/video_receiver.cc
index cdaaf389b1f4982a90224acb26a89492efcb55c5..21a306796c1f159517163619b9eddb8d4956ea26 100644
--- a/media/cast/video_receiver/video_receiver.cc
+++ b/media/cast/video_receiver/video_receiver.cc
@@ -423,7 +423,7 @@ void VideoReceiver::CastFeedback(const RtcpCastMessage& cast_message) {
RtcpReceiverLogMessage receiver_log;
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/logging/logging_unittest.cc ('k') | media/cast/video_sender/video_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698