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:
Gloria Wang
2011-08-25 13:23:06 -07:00
committed by Android Git Automerger

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