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

This commit is contained in:
Gloria Wang
2011-08-25 10:28:50 -07:00
committed by Android (Google) Code Review

View File

@@ -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;
}