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

Commit 68b733d4 authored by Wei Jia's avatar Wei Jia Committed by Android Git Automerger
Browse files

am 9ad9e747: Merge "NuPlayer: seek to current position when changing video...

am 9ad9e747: Merge "NuPlayer: seek to current position when changing video surface and audio decoder exists." into mnc-dev

* commit '9ad9e747':
  NuPlayer: seek to current position when changing video surface and audio decoder exists.
parents e6684188 9ad9e747
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -639,7 +639,7 @@ void NuPlayer::onMessageReceived(const sp<AMessage> &msg) {

            mDeferredActions.push_back(new SetSurfaceAction(surface));

            if (obj != NULL) {
            if (obj != NULL || mAudioDecoder != NULL) {
                if (mStarted) {
                    // Issue a seek to refresh the video screen only if started otherwise
                    // the extractor may not yet be started and will assert.