summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayerDriver.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-02-05 14:47:13 -0800
committerAndreas Huber <andih@google.com>2013-02-05 15:27:16 -0800
commitec0c597cabf169ca646bcea5faac1bd81ed4484d (patch)
treeeb922e648c110d7593b145f37cd3ef09027b0f68 /media/libmediaplayerservice/nuplayer/NuPlayerDriver.h
parent3c7f8b48fcae6f4b41b66c86008170166e43b428 (diff)
downloadframeworks_av-ec0c597cabf169ca646bcea5faac1bd81ed4484d.zip
frameworks_av-ec0c597cabf169ca646bcea5faac1bd81ed4484d.tar.gz
frameworks_av-ec0c597cabf169ca646bcea5faac1bd81ed4484d.tar.bz2
RTSP now properly publishes its "seekable" flags after connection
has successfully completed and only then signals that preparation is complete. Change-Id: I1a60f718e673fe1462c69369c40eafbed6a14326
Diffstat (limited to 'media/libmediaplayerservice/nuplayer/NuPlayerDriver.h')
-rw-r--r--media/libmediaplayerservice/nuplayer/NuPlayerDriver.h1
1 files changed, 1 insertions, 0 deletions
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 @@ private:
State mState;
+ bool mIsAsyncPrepare;
status_t mAsyncResult;
// The following are protected through "mLock"