Merge commit 'eec3fca6277296f354ee2b1af0f4b3dceddb3067' * commit 'eec3fca6277296f354ee2b1af0f4b3dceddb3067': Fix issue 2876124.
This commit is contained in:
@@ -568,7 +568,8 @@ void MediaPlayer::notify(int msg, int ext1, int ext2)
|
||||
locked = true;
|
||||
}
|
||||
|
||||
if (mPlayer == 0) {
|
||||
// Allows calls from JNI in idle state to notify errors
|
||||
if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0) {
|
||||
LOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
|
||||
if (locked) mLock.unlock(); // release the lock when done.
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user