summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-03-03 15:08:27 -0800
committerRobert Shih <robertshih@google.com>2014-03-07 14:20:43 -0800
commit5ce50c1931e1e3d8f113394bbe2c9f99354f4c5f (patch)
tree29be1a751796c49ce108f9d4385b7052427b032c /media/libstagefright/httplive/LiveSession.h
parentfeac1a43c8b674c4b526214fa8061452fd6e4846 (diff)
downloadframeworks_av-5ce50c1931e1e3d8f113394bbe2c9f99354f4c5f.zip
frameworks_av-5ce50c1931e1e3d8f113394bbe2c9f99354f4c5f.tar.gz
frameworks_av-5ce50c1931e1e3d8f113394bbe2c9f99354f4c5f.tar.bz2
httplive: clear access units before returning from seekTo.
Change-Id: I6a69a718c082501003ee9b78a948a2f8bbfbb14e
Diffstat (limited to 'media/libstagefright/httplive/LiveSession.h')
-rw-r--r--media/libstagefright/httplive/LiveSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/httplive/LiveSession.h b/media/libstagefright/httplive/LiveSession.h
index 91bbcea..f489ec4 100644
--- a/media/libstagefright/httplive/LiveSession.h
+++ b/media/libstagefright/httplive/LiveSession.h
@@ -176,6 +176,7 @@ private:
size_t mContinuationCounter;
sp<AMessage> mContinuation;
+ sp<AMessage> mSeekReply;
int64_t mLastDequeuedTimeUs;
int64_t mRealTimeBaseUs;
@@ -183,6 +184,7 @@ private:
bool mReconfigurationInProgress;
bool mSwitchInProgress;
uint32_t mDisconnectReplyID;
+ uint32_t mSeekReplyID;
sp<PlaylistFetcher> addFetcher(const char *uri);