Commit f6bc9ac8 authored by Thomas Guilbert's avatar Thomas Guilbert Committed by Commit Bot

Turn on new RemotePlayback by default

This CL turns on the new RemotePlayback pipeline by default.

There are still some issues to address, but none of them are blocking.
Due to the relatively small use of this feature, it is best to turn the
feature on by default, to get the coverage we need. The extended period
of time between M72 branch cut and M72 stable cut will be used to merge
back any unforeseen regressions that pop-up.

NOTE: This change might lead to regressions or improvements of various
tests.

Bug: 790766
Change-Id: I3e2ed2073da6a28b5ec6cb1ee6d2dd1851df1fde
Reviewed-on: https://chromium-review.googlesource.com/c/1338887
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613277}
parent e740369e
...@@ -302,7 +302,7 @@ const base::Feature kNewEncodeCpuLoadEstimator{ ...@@ -302,7 +302,7 @@ const base::Feature kNewEncodeCpuLoadEstimator{
// Use the new Remote Playback / media flinging pipeline. // Use the new Remote Playback / media flinging pipeline.
const base::Feature kNewRemotePlaybackPipeline{ const base::Feature kNewRemotePlaybackPipeline{
"NewRemotePlaybackPipeline", base::FEATURE_DISABLED_BY_DEFAULT}; "NewRemotePlaybackPipeline", base::FEATURE_ENABLED_BY_DEFAULT};
// Use the new RTC hardware decode path via RTCVideoDecoderAdapter. // Use the new RTC hardware decode path via RTCVideoDecoderAdapter.
const base::Feature kRTCVideoDecoderAdapter{"RTCVideoDecoderAdapter", const base::Feature kRTCVideoDecoderAdapter{"RTCVideoDecoderAdapter",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment