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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_sender.h

Issue 2551143004: Remove deprecated RTPSender::SendPadData (Closed)
Patch Set: Created 4 years 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 | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698