Merge change 24932 into eclair
* changes: Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues...
This commit is contained in:
@@ -1266,6 +1266,8 @@ status_t OMXCodec::freeBuffersOnPort(
|
||||
|
||||
CHECK_EQ(info->mOwnedByComponent, false);
|
||||
|
||||
CODEC_LOGV("freeing buffer %p on port %ld", info->mBuffer, portIndex);
|
||||
|
||||
status_t err =
|
||||
mOMX->free_buffer(mNode, portIndex, info->mBuffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user