From: George Kiagiadakis Date: Thu, 21 Jun 2012 17:22:13 +0000 (+0300) Subject: omx: fix debug statement X-Git-Tag: 1.19.3~501^2~752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f93feb26442a16d503c6cad5ab1e155c9d386ed2;p=platform%2Fupstream%2Fgstreamer.git omx: fix debug statement --- diff --git a/omx/gstomx.c b/omx/gstomx.c index 1894b71..d931d17 100644 --- a/omx/gstomx.c +++ b/omx/gstomx.c @@ -1005,8 +1005,7 @@ retry: GST_DEBUG_OBJECT (comp->parent, "Queue of port %u is empty", port->index); g_cond_wait (port->port_cond, port->port_lock.lock); } else { - GST_DEBUG_OBJECT (comp->parent, "Port %u has pending buffers", - port->pending_buffers); + GST_DEBUG_OBJECT (comp->parent, "Port %u has pending buffers", port->index); _buf = g_queue_pop_head (port->pending_buffers); ret = GST_OMX_ACQUIRE_BUFFER_OK; goto done;