Commit f37a0083 authored by Markus Handell's avatar Markus Handell Committed by Commit Bot

AVFoundationCaptureV2: disable by default.

Reason: breaks post-commit testcase.

Bug: 1128470
Change-Id: I6a6745e9ba8150dcac2408af1b73186ac05a75d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421308Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: Markus Handell <handellm@google.com>
Cr-Commit-Position: refs/heads/master@{#808818}
parent f79dc64e
...@@ -662,7 +662,7 @@ const base::Feature MEDIA_EXPORT kMediaFoundationVP8Decoding{ ...@@ -662,7 +662,7 @@ const base::Feature MEDIA_EXPORT kMediaFoundationVP8Decoding{
// Controls whether the next version mac capturer, including power improvements, // Controls whether the next version mac capturer, including power improvements,
// zero copy operation, and other improvements, is active. // zero copy operation, and other improvements, is active.
const base::Feature MEDIA_EXPORT kAVFoundationCaptureV2{ const base::Feature MEDIA_EXPORT kAVFoundationCaptureV2{
"AVFoundationCaptureV2", base::FEATURE_ENABLED_BY_DEFAULT}; "AVFoundationCaptureV2", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature MEDIA_EXPORT kVideoToolboxVp9Decoding{ const base::Feature MEDIA_EXPORT kVideoToolboxVp9Decoding{
"VideoToolboxVp9Decoding", base::FEATURE_DISABLED_BY_DEFAULT}; "VideoToolboxVp9Decoding", base::FEATURE_DISABLED_BY_DEFAULT};
......
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