Loading media/libdatasource/DataSourceFactory.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,9 @@ sp<DataSource> DataSourceFactory::CreateFromURI( sp<HTTPBase> mediaHTTP = httpSource; if (mediaHTTP == NULL) { mediaHTTP = static_cast<HTTPBase *>(CreateMediaHTTP(httpService).get()); if (mediaHTTP == NULL) { return NULL; } } String8 cacheConfig; Loading Loading
media/libdatasource/DataSourceFactory.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,9 @@ sp<DataSource> DataSourceFactory::CreateFromURI( sp<HTTPBase> mediaHTTP = httpSource; if (mediaHTTP == NULL) { mediaHTTP = static_cast<HTTPBase *>(CreateMediaHTTP(httpService).get()); if (mediaHTTP == NULL) { return NULL; } } String8 cacheConfig; Loading