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

Unified Diff: media/cast/test/sender.cc

Issue 279833003: Cast: Add missing enum and PacketEvent field to cast_messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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_defines.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index 50074b0a26418a651fe65490c2e9aabf30585904..9dd3581e30dfe6740495366983e41f19b45e699e 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -745,7 +745,7 @@ class SendProcess {
namespace {
void UpdateCastTransportStatus(
media::cast::transport::CastTransportStatus status) {
- VLOG(21) << "Transport status: " << status;
+ VLOG(1) << "Transport status: " << status;
}
void LogRawEvents(
@@ -758,6 +758,7 @@ void LogRawEvents(
++it) {
cast_environment->Logging()->InsertPacketEvent(it->timestamp,
it->type,
+ it->media_type,
it->rtp_timestamp,
it->frame_id,
it->packet_id,
« no previous file with comments | « media/cast/logging/logging_defines.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698