am 5837dfaf: Merge "Set mSeekNotificationSent as false for RTSP seeking. Fix for bug 5208736."
* commit '5837dfaf654f1f824d8cc4ef12188d5a27556aa3': Set mSeekNotificationSent as false for RTSP seeking. Fix for bug 5208736.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user