mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 19:20:35 +00:00
omx: fix debug statement
This commit is contained in:
parent
8a669ee308
commit
f93feb2644
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue