Index: gpu/config/software_rendering_list_json.cc |
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc |
index 82b07a509795f8d77acc848a0285c0864fc5815d..de04983e55184fc284f1e5bb454120715bc66985 100644 |
--- a/gpu/config/software_rendering_list_json.cc |
+++ b/gpu/config/software_rendering_list_json.cc |
@@ -691,6 +691,16 @@ LONG_STRING_CONST( |
] |
}, |
{ |
+ "id": 82, |
+ "description": "MediaCodec is still too buggy to use for encoding (b/11536167)", |
Ken Russell (switch to Gerrit)
2016/10/07 01:02:49
Please add a "cr_bugs" field for this entry so abo
braveyao
2016/10/07 01:13:46
Done.
I'm using the crbug number of this cl, since
|
+ "os": { |
+ "type": "android" |
+ }, |
+ "features": [ |
+ "accelerated_video_encode" |
+ ] |
+ }, |
+ { |
"id": 86, |
"description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL", |
"cr_bugs": [305431], |