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

Commit 5837dfaf authored by Gloria Wang's avatar Gloria Wang Committed by Android (Google) Code Review
Browse files

Merge "Set mSeekNotificationSent as false for RTSP seeking. Fix for bug 5208736."

parents 12bde60b 051f8908
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1318,6 +1318,7 @@ void AwesomePlayer::onRTSPSeekDone() {

status_t AwesomePlayer::seekTo_l(int64_t timeUs) {
    if (mRTSPController != NULL) {
        mSeekNotificationSent = false;
        mRTSPController->seekAsync(timeUs, OnRTSPSeekDoneWrapper, this);
        return OK;
    }