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

Unified Diff: media/cast/cast_config.h

Issue 252923007: Cast: Fix two video freezing problems (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more comments adressed 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/cast_config.h
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index 22f5a6432e1c955243ece0da880e3054d738e283..a4ec7638a83757a38245910f63421344e40a580f 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -30,7 +30,7 @@ enum RtcpMode {
struct AudioSenderConfig {
AudioSenderConfig();
- uint32 sender_ssrc;
+ // The sender ssrc is i rtp_config.ssrc.
Alpha Left Google 2014/04/29 19:46:48 nit: sender ssrc is
hubbe 2014/04/29 20:03:19 Done.
uint32 incoming_feedback_ssrc;
int rtcp_interval;
@@ -49,7 +49,7 @@ struct AudioSenderConfig {
struct VideoSenderConfig {
VideoSenderConfig();
- uint32 sender_ssrc;
+ // The sender ssrc is i rtp_config.ssrc.
Alpha Left Google 2014/04/29 19:46:48 nit: sender ssrc is
hubbe 2014/04/29 20:03:19 Done.
uint32 incoming_feedback_ssrc;
int rtcp_interval;

Powered by Google App Engine
This is Rietveld 408576698