Index: remoting/protocol/session_config.cc |
diff --git a/remoting/protocol/session_config.cc b/remoting/protocol/session_config.cc |
index 608510be5daebcd5e8de6d1f1bfd69152595a32b..b5febf2908cbea791b8b874e703928d3f49588e1 100644 |
--- a/remoting/protocol/session_config.cc |
+++ b/remoting/protocol/session_config.cc |
@@ -232,12 +232,12 @@ CandidateSessionConfig* CandidateSessionConfig::CreateDefault() { |
kDefaultStreamVersion, |
ChannelConfig::CODEC_UNDEFINED)); |
- result->AddVideoConfig(ChannelConfig(ChannelConfig::TRANSPORT_STREAM, |
- kDefaultStreamVersion, |
- ChannelConfig::CODEC_ZIP)); |
result->AddVideoConfig(ChannelConfig(ChannelConfig::TRANSPORT_SRTP, |
kDefaultStreamVersion, |
ChannelConfig::CODEC_VP8)); |
+ result->AddVideoConfig(ChannelConfig(ChannelConfig::TRANSPORT_STREAM, |
+ kDefaultStreamVersion, |
+ ChannelConfig::CODEC_ZIP)); |
return result; |
} |