Reland "Use just a lookup map of RTP modules in PacketRouter"
This is a reland of 96f3de094566f32d842be6dd0906f1d13b8c8825 Downstream test is fixed, this is a pure reland. TBR=danilchap@webrtc.org,srte@webrtc.org Original change's description: > Use just a lookup map of RTP modules in PacketRouter > > Since SSRCs of RTP modules are now set at construction time, we can > use just a simple unordered map from SSRC to module in packet router. > > Bug: webrtc:11036 > Change-Id: I0b3527f17c9ee2df9253c778e5b9e3651a70b355 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155965 > Commit-Queue: Erik Språng <sprang@webrtc.org> > Reviewed-by: Sebastian Jansson <srte@webrtc.org> > Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#29510} Bug: webrtc:11036 Change-Id: I0731339dfd0781cc7f2f7ca78ac903539f25ff9c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157304 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29514}
This commit is contained in:
@ -106,6 +106,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
||||
|
||||
void SetRtxSendStatus(int mode) override;
|
||||
int RtxSendStatus() const override;
|
||||
absl::optional<uint32_t> RtxSsrc() const override;
|
||||
|
||||
void SetRtxSendPayloadType(int payload_type,
|
||||
int associated_payload_type) override;
|
||||
|
||||
Reference in New Issue
Block a user