aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-03-17 23:58:57 -0700
committerJames Dong <jdong@google.com>2010-03-17 23:58:57 -0700
commit066ead975c10e3e7e4a9ce4743bde86c7500226f (patch)
treef1316d1a9061dffde4f59287feee56ffffc198ec
parent4c8d8c50f00467a21bbdaaad37b839b4af4b954e (diff)
downloadopencore-066ead975c10e3e7e4a9ce4743bde86c7500226f.tar.gz
Log waitforever event because encoder does not return all buffers
bug - 2484098 Change-Id: Ica88bc4905adecc2ee506fd2f5b9e2c0ecf01fe5
-rw-r--r--nodes/pvomxencnode/src/pvmf_omx_enc_node.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/nodes/pvomxencnode/src/pvmf_omx_enc_node.cpp b/nodes/pvomxencnode/src/pvmf_omx_enc_node.cpp
index d345e9a0a..a0bf09cb5 100644
--- a/nodes/pvomxencnode/src/pvmf_omx_enc_node.cpp
+++ b/nodes/pvomxencnode/src/pvmf_omx_enc_node.cpp
@@ -6593,8 +6593,7 @@ void PVMFOMXEncNode::DoReset(PVMFOMXEncNodeCommand& aCmd)
// state change can be reported before all buffers are returned)
if (iNumOutstandingInputBuffers > 0 || iNumOutstandingOutputBuffers > 0)
{
- PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE,
- (0, "PVMFOMXEncNode-%s::DoReset() Waiting for %d input and-or %d output buffers", iNodeTypeId, iNumOutstandingInputBuffers, iNumOutstandingOutputBuffers));
+ LOGE("PVMFOMXEncNode-%s::DoReset() Waiting for %d input and-or %d output buffers", iNodeTypeId, iNumOutstandingInputBuffers, iNumOutstandingOutputBuffers);
return;
}