seems to be unrelated to ffmpeg. test fails with:
../../media/test/pipeline_integration_test_base.cc:154: Failure
Mock function called more times than expected - returning directly.
Function call: OnVideoOpacityChange(true)
Expected: to be called at most once
Actual: called twice - over-saturated and active
format is changing from YV12A (from ffmpeg_common) to YV12 (from vpx_video_decoder) during decoding, causing VRI to send a second OnVideoOpacityChange.
not sure why this tests only expects one of them. seems fine to me.
Comment 1 by bugdroid1@chromium.org
, Jan 18 2017