summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/LiveSession.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-01-05 12:17:08 -0800
committerAndreas Huber <andih@google.com>2011-01-05 14:48:31 -0800
commit43c3e6ce02215ca99d506458f596cb1211639f29 (patch)
tree52a143f0a92abc9f5050f5c9f44e2e4c087848f3 /media/libstagefright/include/LiveSession.h
parent627baacc748c5e2ed68bdb256aea4d70fcfe9ce4 (diff)
downloadframeworks_av-43c3e6ce02215ca99d506458f596cb1211639f29.zip
frameworks_av-43c3e6ce02215ca99d506458f596cb1211639f29.tar.gz
frameworks_av-43c3e6ce02215ca99d506458f596cb1211639f29.tar.bz2
Seek/Duration support for completed http live streams in NuPlayer.
Change-Id: I55bbe75d87140c07b1927d14ad24130fce803463 related-to-bug: 3321475
Diffstat (limited to 'media/libstagefright/include/LiveSession.h')
-rw-r--r--media/libstagefright/include/LiveSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/include/LiveSession.h b/media/libstagefright/include/LiveSession.h
index 3873d5d..41f5ad0 100644
--- a/media/libstagefright/include/LiveSession.h
+++ b/media/libstagefright/include/LiveSession.h
@@ -49,7 +49,7 @@ protected:
private:
enum {
- kMaxNumQueuedFragments = 2,
+ kMaxNumQueuedFragments = 3,
kMaxNumRetries = 5,
};