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

Unified Diff: media/cast/logging/proto/raw_events.proto

Issue 164253003: Cast: Split kDuplicatePacketReceived into separate events for audio/video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/proto/proto_utils.cc ('k') | media/cast/rtcp/rtcp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/proto/raw_events.proto
diff --git a/media/cast/logging/proto/raw_events.proto b/media/cast/logging/proto/raw_events.proto
index 7eff3559f706f9a5583a7bb7c693fbe82eed2802..faef802c415295ca4b0a58fd06b5e2ff14570630 100644
--- a/media/cast/logging/proto/raw_events.proto
+++ b/media/cast/logging/proto/raw_events.proto
@@ -44,7 +44,8 @@ enum EventType {
// Receiver-side packet events.
AUDIO_PACKET_RECEIVED = 22;
VIDEO_PACKET_RECEIVED = 23;
- DUPLICATE_PACKET_RECEIVED = 24;
+ DUPLICATE_AUDIO_PACKET_RECEIVED = 24;
+ DUPLICATE_VIDEO_PACKET_RECEIVED = 25;
}
message AggregatedFrameEvent {
« no previous file with comments | « media/cast/logging/proto/proto_utils.cc ('k') | media/cast/rtcp/rtcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698