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

Unified Diff: webrtc/video/video_send_stream.cc

Issue 1701683002: Move back receiver VCM into ViEChannel. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: feedback 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 fafb0223aee3f47cd7a32624c9de47a8217ddd40..2c54fddeea78da514540ac118b1e197a37361afe 100644
--- a/webrtc/video/video_send_stream.cc
+++ b/webrtc/video/video_send_stream.cc
@@ -177,7 +177,6 @@ VideoSendStream::VideoSendStream(
vie_channel_(config.send_transport,
module_process_thread_,
&payload_router_,
- nullptr,
encoder_feedback_.GetRtcpIntraFrameObserver(),
congestion_controller_->GetBitrateController()
->CreateRtcpBandwidthObserver(),
@@ -211,7 +210,7 @@ VideoSendStream::VideoSendStream(
RTC_DCHECK(remb_);
RTC_CHECK(vie_encoder_.Init());
- RTC_CHECK(vie_channel_.Init() == 0);
+ vie_channel_.Init();
vcm_->RegisterProtectionCallback(vie_channel_.vcm_protection_callback());
« 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