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

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: 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..8713c43192a6b8355fcccaecd525b9239e7a024a 100644
--- a/webrtc/video_engine/vie_channel.cc
+++ b/webrtc/video_engine/vie_channel.cc
@@ -123,7 +123,7 @@ ViEChannel::ViEChannel(uint32_t number_of_cores,
vie_receiver_.GetReceiveStatistics(),
transport,
sender ? intra_frame_observer_ : nullptr,
stefan-webrtc 2015/11/13 09:45:01 I think you can do intra_frame_observer_ here too
mflodman 2015/11/13 10:11:58 Done.
- sender ? bandwidth_observer_.get() : nullptr,
+ 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