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

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

am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2

Merge commit '67f1db1c' into eclair-mr2-plus-aosp

* commit '67f1db1c':
  It's important that seek requests are only specified in the initial call to MediaSource::read and are not repeated in subsequent calls.
parents b6ffc8f2 67f1db1c
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);