OSDN Git Service

stagefright-plugins: Fix shutdown deadlock
authorSteve Kondik <steve@cyngn.com>
Wed, 30 Dec 2015 05:02:20 +0000 (21:02 -0800)
committerSteve Kondik <steve@cyngn.com>
Wed, 30 Dec 2015 05:02:59 +0000 (21:02 -0800)
commit30ab9dce710e7ecff5ccd3e6231f09f100a69eb6
tree2e3f0d0cca66dde864e532037128163205c8a774
parent644d57a46b9c7fdc1de39ac6ae417a4764b22e02
stagefright-plugins: Fix shutdown deadlock

 * No need to hold the lock to shut down the extractor. We can also
   deadlock here during heavy mediascanner activity (seen during CTS).

Change-Id: I7fdd540891651c489b524cb4634f933e5bb4746d
utils/ffmpeg_utils.cpp