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

Unified Diff: webrtc/video_engine/vie_channel.cc

Issue 1442003002: Remove BitrateController dependency fromVideoReceiveStream. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove intra_frame_observer null check. Created 5 years, 1 month 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/video_receive_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/vie_channel.cc
diff --git a/webrtc/video_engine/vie_channel.cc b/webrtc/video_engine/vie_channel.cc
index fa8a35069f626b1e67ff282bf6cea0269c9c15c5..90f79b11124b2861eebec051a60ef1070be0c421 100644
--- a/webrtc/video_engine/vie_channel.cc
+++ b/webrtc/video_engine/vie_channel.cc
@@ -122,8 +122,8 @@ ViEChannel::ViEChannel(uint32_t number_of_cores,
CreateRtpRtcpModules(!sender,
vie_receiver_.GetReceiveStatistics(),
transport,
- sender ? intra_frame_observer_ : nullptr,
- sender ? bandwidth_observer_.get() : nullptr,
+ intra_frame_observer_,
+ bandwidth_observer_.get(),
transport_feedback_observer_,
rtt_stats_,
&rtcp_packet_type_counter_observer_,
« no previous file with comments | « webrtc/video/video_receive_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698