Chromium Code Reviews| Index: webrtc/call/flexfec_receive_stream_impl.cc |
| diff --git a/webrtc/call/flexfec_receive_stream_impl.cc b/webrtc/call/flexfec_receive_stream_impl.cc |
| index c73d9e98e59f55985821ef5be2b794f52b73aa26..d4281f3f7758dffcd41d682a0339ed991e219c48 100644 |
| --- a/webrtc/call/flexfec_receive_stream_impl.cc |
| +++ b/webrtc/call/flexfec_receive_stream_impl.cc |
| @@ -158,6 +158,8 @@ FlexfecReceiveStreamImpl::FlexfecReceiveStreamImpl( |
| rtp_stream_receiver_ = |
| receiver_controller->CreateReceiver(config_.remote_ssrc, this); |
| for (uint32_t ssrc : config.protected_media_ssrcs) |
| + // TODO(eladalon): Make sure FlexFec no longer requires this, then rebase |
|
eladalon
2017/07/06 16:44:32
The CL that remove this has been put up for review
|
| + // this CL on top of that. |
| receiver_controller->AddSink(ssrc, this); |
| } |