Chromium Code Reviews
Descriptionmedia: Add an Android bug workaround to the video size media browsertests
The video size tests previously only waited for loadedmetadata before
completing and killing the browser processes. This resulted in some
unfortunate timing where the GPU process was being killed shortly after
a MediaCodec was allocated, triggering a framework bug that put the
device into a broken state until it's rebooted.
Since we don't have any way to fix the underlying issue this CL changes
the test so it no longer triggers the bug. The test now waits for the
decoder to initialize by waiting for loadeddata.
BUG=682387
Review-Url: https://codereview.chromium.org/2655333006
Cr-Commit-Position: refs/heads/master@{#446906}
Committed: https://chromium.googlesource.com/chromium/src/+/54db2003b44f32d6618e70682b84fb8d13fd4e15
Patch Set 1 #Patch Set 2 : fix comment #
Messages
Total messages: 12 (8 generated)
|
||||||||||||||||||||||||||||