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

Unified Diff: webrtc/config.cc

Issue 2501503004: Remove Absolute Send Time from list of supported header extensions for audio streams. (Closed)
Patch Set: test fix Created 4 years, 1 month 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 | « webrtc/audio/audio_send_stream.cc ('k') | webrtc/media/engine/webrtcvoiceengine_unittest.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 281b89f46e5b5736d9da510b94596335c89e4ae7..e42725e0c852aabed9d6b4cc98b40c847b8c5e1c 100644
--- a/webrtc/config.cc
+++ b/webrtc/config.cc
@@ -86,8 +86,7 @@ const char* RtpExtension::kPlayoutDelayUri =
const int RtpExtension::kPlayoutDelayDefaultId = 6;
bool RtpExtension::IsSupportedForAudio(const std::string& uri) {
- return uri == webrtc::RtpExtension::kAbsSendTimeUri ||
- uri == webrtc::RtpExtension::kAudioLevelUri ||
+ return uri == webrtc::RtpExtension::kAudioLevelUri ||
uri == webrtc::RtpExtension::kTransportSequenceNumberUri;
}
« no previous file with comments | « webrtc/audio/audio_send_stream.cc ('k') | webrtc/media/engine/webrtcvoiceengine_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698