commit | d5ea3f35468e778de030615c48aa0af12d4a7073 | [log] [tgz] |
---|---|---|
author | Rakesh Kumar <rakesh.kumar@ittiam.com> | Fri Sep 20 17:08:07 2019 +0530 |
committer | Rakesh Kumar <rakesh.kumar@ittiam.com> | Mon Sep 23 19:10:56 2019 +0530 |
tree | 76377b4ccc5f53cb1ff7c0ac2d6984e76ea3ce2b | |
parent | 0647d8c5f64c577b10b791b2d86383183decb297 [diff] |
NdkMediaCodec: Wrong check in error callback handler NdkMediaCodec checks for wrong item in case of CB_ERROR callback. It is checking for action instead of actionCode, because of which error is not getting propagated. This leads to hang in application using async NdkMediaCodec APIs. Test: encoderTest --gtest_repeat=20 -P /sdcard/res/ Test: decoderTest --gtest_repeat=20 -P /sdcard/res/ Bug: 141458223 Change-Id: I9da8a361d1925b73f341f36e55f7426888155fc6