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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m

Issue 3001363002: Fix a bug in the SDP parser in AppRTCMobile. (Closed)
Patch Set: Update tests Created 3 years, 4 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/examples/objc/AppRTCMobile/tests/ARDSDPUtils_xctest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m b/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
index 016829eeec4ce0624bd6baa2f1407a6758dc94ff..a9442aac8f7bd023c1a5ef63243b82903cd179d7 100644
--- a/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
@@ -19,7 +19,7 @@
descriptionForDescription:(RTCSessionDescription *)description
preferredVideoCodec:(NSString *)codec {
NSString *sdpString = description.sdp;
- NSString *lineSeparator = @"\n";
+ NSString *lineSeparator = @"\r\n";
NSString *mLineSeparator = @" ";
// Copied from PeerConnectionClient.java.
// TODO(tkchin): Move this to a shared C++ file.
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/tests/ARDSDPUtils_xctest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698