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

Commit 051f8908 authored by Gloria Wang's avatar Gloria Wang
Browse files

Set mSeekNotificationSent as false for RTSP seeking.

Fix for bug 5208736.

Change-Id: Ib1d74608ec289509082d8dcad080769f48098853
parent 0199679d
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;
    }