Add missing configuration of rtx payload type for rtp/rtcp module.

BUG=4528
R=pbos@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/51639004

Cr-Commit-Position: refs/heads/master@{#8989}
This commit is contained in:
Åsa Persson
2015-04-13 17:48:08 +02:00
parent 03dec77ce6
commit 6ae2572fa6
7 changed files with 17 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
void SetRtxSsrc(uint32_t ssrc) override;
void SetRtxSendPayloadType(int payload_type) override;
int RtxSendPayloadType() const override;
// Sends kRtcpByeCode when going from true to false.
int32_t SetSendingStatus(bool sending) override;