Delete deprecated RtpExtension::FindHeaderExtensionByUri variant
this variant was deprecated 6 month ago in https://webrtc-review.googlesource.com/c/src/+/219081 with a trivial replacement. Bug: None Change-Id: Ib9cd686280edf36da5f39e8e22b6073530837147 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238983 Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35421}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
a40e6de242
commit
789a0f361f
@ -277,11 +277,6 @@ struct RTC_EXPORT RtpExtension {
|
||||
const std::vector<RtpExtension>& extensions,
|
||||
absl::string_view uri,
|
||||
Filter filter);
|
||||
ABSL_DEPRECATED(
|
||||
"Use RtpExtension::FindHeaderExtensionByUri with filter argument")
|
||||
static const RtpExtension* FindHeaderExtensionByUri(
|
||||
const std::vector<RtpExtension>& extensions,
|
||||
absl::string_view uri);
|
||||
|
||||
// Returns the header extension with the given URI and encrypt parameter,
|
||||
// if found, otherwise nullptr.
|
||||
|
||||
Reference in New Issue
Block a user