Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ )
Reason for revert:
Makes perf and Chromium FYI bots unhappy.
Original issue's description:
> WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType
>
> This removes one more place where we were unable to handle codecs not
> in the built-in set.
>
> BUG=webrtc:5805
>
> Review-Url: https://codereview.webrtc.org/2686043006
> Cr-Commit-Position: refs/heads/master@{#17370}
> Committed: 1724cfbdba
TBR=ossu@webrtc.org,solenberg@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:5805
Review-Url: https://codereview.webrtc.org/2772043002
Cr-Commit-Position: refs/heads/master@{#17374}
This commit is contained in:
@ -82,7 +82,6 @@ class ChannelProxy {
|
||||
virtual void SetBitrate(int bitrate_bps, int64_t probing_interval_ms);
|
||||
virtual void SetRecPayloadType(int payload_type,
|
||||
const SdpAudioFormat& format);
|
||||
virtual void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs);
|
||||
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink);
|
||||
virtual void SetInputMute(bool muted);
|
||||
virtual void RegisterExternalTransport(Transport* transport);
|
||||
@ -120,7 +119,6 @@ class ChannelProxy {
|
||||
virtual void OnTwccBasedUplinkPacketLossRate(float packet_loss_rate);
|
||||
virtual void OnRecoverableUplinkPacketLossRate(
|
||||
float recoverable_packet_loss_rate);
|
||||
virtual void RegisterLegacyCodecs();
|
||||
|
||||
private:
|
||||
Channel* channel() const;
|
||||
|
||||
Reference in New Issue
Block a user