summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-06-02 10:22:50 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-02 10:22:50 -0700
commit6c2cb3061d031b5d8ccc095ecc038959d4489709 (patch)
tree6e34b1e44029816c4a660bb852acc2e32fddd301 /include
parent108a61cac5b7d6b8d6ce4dfca367888b94bf7ef9 (diff)
parent443287068bec5ca73b76a08e499da6f0de3b670a (diff)
downloadframeworks_base-6c2cb3061d031b5d8ccc095ecc038959d4489709.zip
frameworks_base-6c2cb3061d031b5d8ccc095ecc038959d4489709.tar.gz
frameworks_base-6c2cb3061d031b5d8ccc095ecc038959d4489709.tar.bz2
Merge "Do not call getEstimatedBandwidth if the streaming is not HTTP-based"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/DataSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/DataSource.h b/include/media/stagefright/DataSource.h
index 6b6fcdf..48d1464 100644
--- a/include/media/stagefright/DataSource.h
+++ b/include/media/stagefright/DataSource.h
@@ -38,6 +38,7 @@ public:
kWantsPrefetching = 1,
kStreamedFromLocalHost = 2,
kIsCachingDataSource = 4,
+ kIsHTTPBasedSource = 8,
};
static sp<DataSource> CreateFromURI(