OSDN Git Service

Make sure MediaCodec::stop() and MediaCodec::release() still return
authorAndreas Huber <andih@google.com>
Thu, 18 Apr 2013 20:24:17 +0000 (13:24 -0700)
committerAndreas Huber <andih@google.com>
Thu, 18 Apr 2013 20:24:17 +0000 (13:24 -0700)
commit03ddaec84b65157af1dbf022a72de778dc59a63e
tree3016a637c6e953cc3dd7a17f46343645a3e0213a
parent64595e6727c478d3d80c7babbecdb470398f8c42
Make sure MediaCodec::stop() and MediaCodec::release() still return

instead of blocking indefinitely if the mediaserver died while the call
is pending.

Change-Id: If2789b7fe99634d947ce4a3bb69c04baff5f8b10
related-to-bug: 8397711
media/libstagefright/MediaCodec.cpp