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

Unified Diff: webrtc/config.cc

Issue 1754653002: Change transport sequence number extension strings to specify what revision is implemented. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 months 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/media/base/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/config.cc
diff --git a/webrtc/config.cc b/webrtc/config.cc
index e118a85b94d79a3fbe94475d10c0dee57060fd49..c8cb9ef840fc457cb0bb1633bd16d8b6c6f75c08 100644
--- a/webrtc/config.cc
+++ b/webrtc/config.cc
@@ -37,7 +37,7 @@ const char* RtpExtension::kVideoRotation = "urn:3gpp:video-orientation";
const char* RtpExtension::kAudioLevel =
"urn:ietf:params:rtp-hdrext:ssrc-audio-level";
const char* RtpExtension::kTransportSequenceNumber =
- "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions";
+ "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01";
bool RtpExtension::IsSupportedForAudio(const std::string& name) {
return name == webrtc::RtpExtension::kAbsSendTime ||
« no previous file with comments | « no previous file | webrtc/media/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698