DescriptionFix deadlock in VAAPI video decoder error cases.
RETURN_AND_NOTIFY_ON_FAILURE in VaapiVideoDecodeAccelerator calls
Cleanup() directly in the case that it's running in the main thread.
Unfortunately, this deadlocks when Cleanup() tries to recursively
acquire the member lock_.
BUG=None
TEST=local build, run on lumpy
Change-Id: I8055d5db12c6758f356be9616c27f083a5d3a7bf
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158069
Patch Set 1 #
Total comments: 3
Patch Set 2 : use PostTask for Cleanup() #Messages
Total messages: 15 (0 generated)
|