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

Unified Diff: webrtc/call/flexfec_receive_stream_impl.cc

Issue 2968693002: SSRC and RSID may only refer to one sink each in RtpDemuxer (Closed)
Patch Set: . Created 3 years, 5 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 | « no previous file | webrtc/call/rtp_demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | webrtc/call/rtp_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698