Commit 8f346113 authored by Chih-Yu Huang's avatar Chih-Yu Huang Committed by Commit Bot

media: enable ChromeosVideoDecoder feature

CL:2035212 was reverted because we encountered some issue with the
guest user, and VP8 on Intel device. Now those issues are solved.
It's time to enable ChromeosVideoDecoder by default again.

Bug: 984482
Test: ninja media/base
Change-Id: I7ad037186fa4f62a0f7d14025e5f4590c7caad53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214764
Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org>
Reviewed-by: default avatarBecca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773340}
parent 0347b672
...@@ -294,7 +294,7 @@ const base::Feature kRevokeMediaSourceObjectURLOnAttach{ ...@@ -294,7 +294,7 @@ const base::Feature kRevokeMediaSourceObjectURLOnAttach{
// Enable the instance from ChromeosVideoDecoderFactory in // Enable the instance from ChromeosVideoDecoderFactory in
// MojoVideoDecoderService, replacing VdaVideoDecoder at Chrome OS platform. // MojoVideoDecoderService, replacing VdaVideoDecoder at Chrome OS platform.
const base::Feature kChromeosVideoDecoder{"ChromeosVideoDecoder", const base::Feature kChromeosVideoDecoder{"ChromeosVideoDecoder",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enable saving playback information in a crash trace, to see if some codecs // Enable saving playback information in a crash trace, to see if some codecs
// are crashier than others. // are crashier than others.
......
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