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

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

am 08e2106a: am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2

Merge commit '08e2106a'

* commit '08e2106a':
  It's important that seek requests are only specified in the initial call to MediaSource::read and are not repeated in subsequent calls.
parents 26ca1a6d 08e2106a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -590,6 +590,7 @@ void AwesomePlayer::onEvent(int32_t code) {
        }
        for (;;) {
            status_t err = mVideoSource->read(&mVideoBuffer, &options);
            options.clearSeekTo();

            if (err != OK) {
                CHECK_EQ(mVideoBuffer, NULL);