omx: fix debug statement
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Thu, 21 Jun 2012 17:22:13 +0000 (20:22 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 3 Sep 2012 09:37:02 +0000 (12:37 +0300)
omx/gstomx.c

index 1894b71..d931d17 100644 (file)
@@ -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;