Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 554647e9 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 6ddcf01a: remote destructors are not synchronously executed by the binder...

Merge commit '6ddcf01a' into eclair-mr2-plus-aosp

* commit '6ddcf01a':
  remote destructors are not synchronously executed by the binder...
parents 63b3a29d 6ddcf01a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -544,6 +544,9 @@ void AwesomePlayer::onEvent(int32_t code) {
            }

            if (mVideoBuffer->range_length() == 0) {
                // Some decoders, notably the PV AVC software decoder
                // return spurious empty buffers that we just want to ignore.

                mVideoBuffer->release();
                mVideoBuffer = NULL;
                continue;