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

Unified Diff: webrtc/call/rtp_stream_receiver_controller_interface.h

Issue 2993053002: Reland of SSRC and RSID may only refer to one sink each in RtpDemuxer (Closed)
Patch Set: 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_stream_receiver_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtp_stream_receiver_controller_interface.h
diff --git a/webrtc/call/rtp_stream_receiver_controller_interface.h b/webrtc/call/rtp_stream_receiver_controller_interface.h
index 51d25a525e3c26ad514d9dd0fda8d7f66c46c6f7..94b4f1085244127d73e95e1997f4fdfa3730bc18 100644
--- a/webrtc/call/rtp_stream_receiver_controller_interface.h
+++ b/webrtc/call/rtp_stream_receiver_controller_interface.h
@@ -38,7 +38,7 @@
uint32_t ssrc,
RtpPacketSinkInterface* sink) = 0;
// For registering additional sinks, needed for FlexFEC.
- virtual void AddSink(uint32_t ssrc, RtpPacketSinkInterface* sink) = 0;
+ virtual bool AddSink(uint32_t ssrc, RtpPacketSinkInterface* sink) = 0;
virtual size_t RemoveSink(const RtpPacketSinkInterface* sink) = 0;
};
« no previous file with comments | « webrtc/call/rtp_stream_receiver_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698