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

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

Issue 281453003: Cast: Simplify code path for RTCP sender report (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: media/cast/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index 50074b0a26418a651fe65490c2e9aabf30585904..20c9645dfd93b963c0bb8e144bd518e0c69b23df 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -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,

Powered by Google App Engine
This is Rietveld 408576698