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

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

Issue 130423007: Cast:Updating logging stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to Review Created 6 years, 11 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 | « no previous file | media/cast/logging/logging_defines.h » ('j') | media/cast/logging/logging_defines.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/audio_receiver/audio_receiver.cc
diff --git a/media/cast/audio_receiver/audio_receiver.cc b/media/cast/audio_receiver/audio_receiver.cc
index 61756a2585a21f0a5b17945d9a9fd12addec3295..1b31889089ffce23788f07d4e3b8ee4c29a08d88 100644
--- a/media/cast/audio_receiver/audio_receiver.cc
+++ b/media/cast/audio_receiver/audio_receiver.cc
@@ -393,7 +393,7 @@ void AudioReceiver::IncomingPacket(const uint8* packet, size_t length,
void AudioReceiver::CastFeedback(const RtcpCastMessage& cast_message) {
RtcpReceiverLogMessage receiver_log;
AudioRtcpRawMap audio_logs =
- cast_environment_->Logging()->GetAudioRtcpRawData();
+ cast_environment_->Logging()->GetAndResetAudioRtcpRawData();
while (!audio_logs.empty()) {
AudioRtcpRawMap::iterator it = audio_logs.begin();
« no previous file with comments | « no previous file | media/cast/logging/logging_defines.h » ('j') | media/cast/logging/logging_defines.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698