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

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: 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 | « no previous file | media/cast/logging/logging_defines.h » ('j') | no next file with comments »
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 e7043c946b7892059aeec07ea5858eef5f7cd22f..8c64e2f9fffff21effaf5b7ee6722804f655452c 100644
--- a/media/cast/audio_receiver/audio_receiver.cc
+++ b/media/cast/audio_receiver/audio_receiver.cc
@@ -403,7 +403,7 @@ void AudioReceiver::IncomingPacket(scoped_ptr<Packet> packet) {
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698