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

Unified Diff: webrtc/call/rtp_stream_receiver_controller.h

Issue 2968693002: SSRC and RSID may only refer to one sink each in RtpDemuxer (Closed)
Patch Set: Add expectations to OnlyOneSinkPerSsrcGetsOnRtpPacketTriggered. Created 3 years, 4 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/call/rtp_rtcp_demuxer_helper.h ('k') | webrtc/call/rtp_stream_receiver_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtp_stream_receiver_controller.h
diff --git a/webrtc/call/rtp_stream_receiver_controller.h b/webrtc/call/rtp_stream_receiver_controller.h
index 0fbf669513ae5023a8fb957aa41e7ae0927c6cfc..4583b9d479c0b3284f7876b28227e09beb32ade8 100644
--- a/webrtc/call/rtp_stream_receiver_controller.h
+++ b/webrtc/call/rtp_stream_receiver_controller.h
@@ -38,7 +38,7 @@ class RtpStreamReceiverController
RtpPacketSinkInterface* sink) override;
// Thread-safe wrappers for the corresponding RtpDemuxer methods.
- void AddSink(uint32_t ssrc, RtpPacketSinkInterface* sink) override;
+ bool AddSink(uint32_t ssrc, RtpPacketSinkInterface* sink) override;
size_t RemoveSink(const RtpPacketSinkInterface* sink) override;
// TODO(nisse): Not yet responsible for parsing.
« no previous file with comments | « webrtc/call/rtp_rtcp_demuxer_helper.h ('k') | webrtc/call/rtp_stream_receiver_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698