OSDN Git Service

ACodec: do not signal kWhatShutdownCompleted on codec error
authorLajos Molnar <lajos@google.com>
Mon, 31 Mar 2014 19:30:01 +0000 (12:30 -0700)
committerLajos Molnar <lajos@google.com>
Tue, 1 Apr 2014 20:29:44 +0000 (13:29 -0700)
commit54b0bc74e051bd7df10cd657b481d88db6cdaa27
treed0f66d92baae1b16a34e01eab18d640f3e2f8434
parent118e7ff24af2e470ffed2bf7b37c9afa69afee92
ACodec: do not signal kWhatShutdownCompleted on codec error

Do not signal kWhatShutdownCompleted when moving to Uninitialized
state due to receiving a codec error.

Do not abort if error happens just before handling a stop request.

Bug: 13675112
Change-Id: I4b14b2e64cff0f71215d2bbc24cd850617dfb67b
include/media/stagefright/ACodec.h
media/libstagefright/ACodec.cpp