| Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| index 080165a0bdf350c87c1bf1179a81c55117a03d07..36acc2a19dd6949a4954d7f1815d19b13a544de8 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| @@ -197,12 +197,6 @@ class RTPSender {
|
| bool SetFecParameters(const FecProtectionParams& delta_params,
|
| const FecProtectionParams& key_params);
|
|
|
| - RTC_DEPRECATED
|
| - size_t SendPadData(size_t bytes,
|
| - bool timestamp_provided,
|
| - uint32_t timestamp,
|
| - int64_t capture_time_ms);
|
| -
|
| // Called on update of RTP statistics.
|
| void RegisterRtpStatisticsCallback(StreamDataCountersCallback* callback);
|
| StreamDataCountersCallback* GetRtpStatisticsCallback() const;
|
| @@ -227,12 +221,6 @@ class RTPSender {
|
|
|
| size_t SendPadData(size_t bytes, int probe_cluster_id);
|
|
|
| - size_t DeprecatedSendPadData(size_t bytes,
|
| - bool timestamp_provided,
|
| - uint32_t timestamp,
|
| - int64_t capture_time_ms,
|
| - int probe_cluster_id);
|
| -
|
| bool PrepareAndSendPacket(std::unique_ptr<RtpPacketToSend> packet,
|
| bool send_over_rtx,
|
| bool is_retransmit,
|
|
|