commit | ec0c597cabf169ca646bcea5faac1bd81ed4484d | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Feb 05 14:47:13 2013 -0800 |
committer | Andreas Huber <andih@google.com> | Tue Feb 05 15:27:16 2013 -0800 |
tree | eb922e648c110d7593b145f37cd3ef09027b0f68 | |
parent | 3c7f8b48fcae6f4b41b66c86008170166e43b428 [diff] [blame] |
RTSP now properly publishes its "seekable" flags after connection has successfully completed and only then signals that preparation is complete. Change-Id: I1a60f718e673fe1462c69369c40eafbed6a14326
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h b/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h index 49b8ed2..5df0cfb 100644 --- a/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h +++ b/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h
@@ -92,6 +92,7 @@ State mState; + bool mIsAsyncPrepare; status_t mAsyncResult; // The following are protected through "mLock"