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

Unified Diff: webrtc/video_receive_stream.h

Issue 1171533002: Disable reduced-size RTCP in default config. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rename tests Created 5 years, 6 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 | « webrtc/video/loopback.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index b523b1ec05b161a3b9ae123278b1f42b84fb2085..5e5ece5a2004f691b2b806bd1d000198d9ce2e5f 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -107,8 +107,8 @@ class VideoReceiveStream {
Rtp()
: remote_ssrc(0),
local_ssrc(0),
- rtcp_mode(newapi::kRtcpReducedSize),
- remb(true) {}
+ rtcp_mode(newapi::kRtcpCompound),
+ remb(false) {}
std::string ToString() const;
// Synchronization source (stream identifier) to be received.
« no previous file with comments | « webrtc/video/loopback.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698