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

Unified Diff: media/cast/logging/proto/proto_utils.cc

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fix Created 6 years, 8 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
Index: media/cast/logging/proto/proto_utils.cc
diff --git a/media/cast/logging/proto/proto_utils.cc b/media/cast/logging/proto/proto_utils.cc
index 3d5b0cd2ac0c3f5e5f21b8433ea58ec1d13b4133..baa9dd37d6fbd0b4d58f830ce1702d50f4f4cbda 100644
--- a/media/cast/logging/proto/proto_utils.cc
+++ b/media/cast/logging/proto/proto_utils.cc
@@ -46,6 +46,8 @@ media::cast::proto::EventType ToProtoEventType(CastLoggingEvent event) {
DUPLICATE_AUDIO_PACKET_RECEIVED);
TO_PROTO_ENUM(kDuplicateVideoPacketReceived,
DUPLICATE_VIDEO_PACKET_RECEIVED);
+ TO_PROTO_ENUM(kAudioRtcpPacketReceived, AUDIO_RTCP_PACKET_RECEIVED);
+ TO_PROTO_ENUM(kVideoRtcpPacketReceived, VIDEO_RTCP_PACKET_RECEIVED);
}
NOTREACHED();
return media::cast::proto::UNKNOWN;

Powered by Google App Engine
This is Rietveld 408576698