summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/LiveSession.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-01-31 16:18:49 -0800
committerAndreas Huber <andih@google.com>2011-01-31 16:18:49 -0800
commitab8a0badb8fb1e294dacf2eb6a891439f348aff9 (patch)
treebfc9f30b9e0e31e85637ca12801913c368d71723 /media/libstagefright/include/LiveSession.h
parent1f6c6b785f90f6c074c7d401f9fa537a4fb9f110 (diff)
downloadframeworks_av-ab8a0badb8fb1e294dacf2eb6a891439f348aff9.zip
frameworks_av-ab8a0badb8fb1e294dacf2eb6a891439f348aff9.tar.gz
frameworks_av-ab8a0badb8fb1e294dacf2eb6a891439f348aff9.tar.bz2
Disconnect HTTP live sessions as soon as the request comes in.
Instead of waiting until pending events have been processed. Change-Id: Id758f5508a514561e18aade82175d69e9156965e related-to-bug: 3409681
Diffstat (limited to 'media/libstagefright/include/LiveSession.h')
-rw-r--r--media/libstagefright/include/LiveSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/include/LiveSession.h b/media/libstagefright/include/LiveSession.h
index 41f5ad0..f1188c4 100644
--- a/media/libstagefright/include/LiveSession.h
+++ b/media/libstagefright/include/LiveSession.h
@@ -87,6 +87,7 @@ private:
Condition mCondition;
int64_t mDurationUs;
bool mSeekDone;
+ bool mDisconnectPending;
int32_t mMonitorQueueGeneration;