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

Unified Diff: webrtc/video/video_send_stream.cc

Issue 1671893002: Remove ViEChannel calls for VideoReceiveStream. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: comment Created 4 years, 10 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/video_receive_stream.cc ('k') | webrtc/video/vie_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_send_stream.cc
diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
index c7280ed40fa74018eef9018a65917fc7a40c3663..f69595aba48f99e8377a799a09007c13a5937af7 100644
--- a/webrtc/video/video_send_stream.cc
+++ b/webrtc/video/video_send_stream.cc
@@ -170,8 +170,8 @@ VideoSendStream::VideoSendStream(
RTC_CHECK(vie_encoder_->Init());
vie_channel_.reset(new ViEChannel(
- num_cpu_cores, config.send_transport, module_process_thread_,
- &payload_router_, nullptr, encoder_feedback_->GetRtcpIntraFrameObserver(),
+ config.send_transport, module_process_thread_, &payload_router_, nullptr,
+ encoder_feedback_->GetRtcpIntraFrameObserver(),
congestion_controller_->GetBitrateController()
->CreateRtcpBandwidthObserver(),
transport_feedback_observer,
« no previous file with comments | « webrtc/video/video_receive_stream.cc ('k') | webrtc/video/vie_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698