Merge "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) {
|
status_t AwesomePlayer::seekTo_l(int64_t timeUs) {
|
||||||
if (mRTSPController != NULL) {
|
if (mRTSPController != NULL) {
|
||||||
|
mSeekNotificationSent = false;
|
||||||
mRTSPController->seekAsync(timeUs, OnRTSPSeekDoneWrapper, this);
|
mRTSPController->seekAsync(timeUs, OnRTSPSeekDoneWrapper, this);
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user