| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index d7780f1d2d672faf6fc9748a7ece0623507d4807..80cd8b594685894d44dd1eaaf090eada13a4a0fb 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -86,6 +86,10 @@ ChromotingHost::ChromotingHost(
|
| DCHECK(network_task_runner_->BelongsToCurrentThread());
|
| DCHECK(signal_strategy);
|
|
|
| + // VP9 encode is not yet supported.
|
| + protocol::CandidateSessionConfig::DisableVideoCodec(
|
| + protocol_config_.get(), protocol::ChannelConfig::CODEC_VP9);
|
| +
|
| if (!desktop_environment_factory_->SupportsAudioCapture()) {
|
| protocol::CandidateSessionConfig::DisableAudioChannel(
|
| protocol_config_.get());
|
|
|