Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
This commit is contained in:
@@ -428,7 +428,7 @@ int64_t WVMExtractorImpl::getCachedDurationUs(status_t *finalStatus) {
|
|||||||
static time_t lastLogTime = now;
|
static time_t lastLogTime = now;
|
||||||
if (now > lastLogTime + 5) {
|
if (now > lastLogTime + 5) {
|
||||||
lastLogTime = now;
|
lastLogTime = now;
|
||||||
LOGI("using adaptive track #%d, rate=%ld\n",
|
ALOGI("using adaptive track #%d, rate=%ld\n",
|
||||||
currentTrack, encodedRates[currentTrack]);
|
currentTrack, encodedRates[currentTrack]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ void WVMMediaSource::allocBufferGroup()
|
|||||||
status_t WVMMediaSource::setBuffers(const Vector<MediaBuffer *> &buffers) {
|
status_t WVMMediaSource::setBuffers(const Vector<MediaBuffer *> &buffers) {
|
||||||
#ifdef REQUIRE_SECURE_BUFFERS
|
#ifdef REQUIRE_SECURE_BUFFERS
|
||||||
if (!mIsLiveStream) {
|
if (!mIsLiveStream) {
|
||||||
LOGI("Using codec-supplied buffers");
|
ALOGI("Using codec-supplied buffers");
|
||||||
|
|
||||||
delete mGroup;
|
delete mGroup;
|
||||||
mGroup = new MediaBufferGroup;
|
mGroup = new MediaBufferGroup;
|
||||||
|
|||||||
Reference in New Issue
Block a user