| Index: webrtc/video/video_send_stream.cc
|
| diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
|
| index 2ab4eaabdacf514519aa43fa5909d4ea98531506..1ed587082c8d784434e3137c587052e23598bd73 100644
|
| --- a/webrtc/video/video_send_stream.cc
|
| +++ b/webrtc/video/video_send_stream.cc
|
| @@ -119,7 +119,7 @@ VideoSendStream::VideoSendStream(
|
| stats_proxy_(Clock::GetRealTimeClock(), config) {
|
| RTC_DCHECK(!config_.rtp.ssrcs.empty());
|
| RTC_CHECK(channel_group->CreateSendChannel(
|
| - channel_id_, 0, &transport_adapter_, num_cpu_cores, config_.rtp.ssrcs));
|
| + channel_id_, 0, &transport_adapter_, num_cpu_cores, config_));
|
| vie_channel_ = channel_group_->GetChannel(channel_id_);
|
| vie_encoder_ = channel_group_->GetEncoder(channel_id_);
|
|
|
|
|