Commit 88424202 authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

Enable WebRtcUseGpuMemoryBufferVideoFrame feature by default

Now that all the blocker issues(see bug below) are fixed, we can reenable this
feature.

Bug: 653200
Change-Id: I42c6bc582c4b7e4af770e093e46bbf12357c7753
Reviewed-on: https://chromium-review.googlesource.com/963642
Commit-Queue: Daniele Castagna <dcastagna@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546751}
parent a7e5f4d9
...@@ -519,7 +519,7 @@ const base::Feature kWebRtcUseEchoCanceller3{"WebRtcUseEchoCanceller3", ...@@ -519,7 +519,7 @@ const base::Feature kWebRtcUseEchoCanceller3{"WebRtcUseEchoCanceller3",
// Use GpuMemoryBuffer backed VideoFrames in media streams. // Use GpuMemoryBuffer backed VideoFrames in media streams.
const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames{ const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames{
"WebRTC-UseGpuMemoryBufferVideoFrames", base::FEATURE_DISABLED_BY_DEFAULT}; "WebRTC-UseGpuMemoryBufferVideoFrames", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether the WebUSB API is enabled: // Controls whether the WebUSB API is enabled:
// https://wicg.github.io/webusb // https://wicg.github.io/webusb
......
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