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
committerLajos Molnar <lajos@google.com>2014-03-11 14:01:32 -0700
commitceeabe15f4e7bc73efdfcafed917202de9d515cb (patch)
tree0a2f06f5ded1328650da00c74b9fa65b3e7b4ab4 /media/libstagefright/httplive/LiveSession.h
parentbc69c8ba9a8fc881603669205a56d0ca1b572a95 (diff)
downloadframeworks_av-ceeabe15f4e7bc73efdfcafed917202de9d515cb.zip
frameworks_av-ceeabe15f4e7bc73efdfcafed917202de9d515cb.tar.gz
frameworks_av-ceeabe15f4e7bc73efdfcafed917202de9d515cb.tar.bz2
httplive: clear access units before returning from seekTo.
Bug: 12060952 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 376d451..680792d 100644
--- a/media/libstagefright/httplive/LiveSession.h
+++ b/media/libstagefright/httplive/LiveSession.h
@@ -175,6 +175,7 @@ private:
size_t mContinuationCounter;
sp<AMessage> mContinuation;
+ sp<AMessage> mSeekReply;
int64_t mLastDequeuedTimeUs;
int64_t mRealTimeBaseUs;
@@ -182,6 +183,7 @@ private:
bool mReconfigurationInProgress;
bool mSwitchInProgress;
uint32_t mDisconnectReplyID;
+ uint32_t mSeekReplyID;
sp<PlaylistFetcher> addFetcher(const char *uri);