mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
urisourcebin: Mention which queue is being linked in debug output
This commit is contained in:
parent
53fca37cb4
commit
a0f870a215
1 changed files with 3 additions and 2 deletions
|
@ -975,8 +975,9 @@ pending_pad_blocked (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)
|
|||
|
||||
/* If already linked to a slot, nothing more to do */
|
||||
if (child_info->output_slot) {
|
||||
GST_LOG_OBJECT (urisrc, "Pad %" GST_PTR_FORMAT " is linked to slot %p",
|
||||
pad, child_info->output_slot);
|
||||
GST_LOG_OBJECT (urisrc, "Pad %" GST_PTR_FORMAT " is linked to queue %"
|
||||
GST_PTR_FORMAT " on slot %p", pad, child_info->output_slot->queue,
|
||||
child_info->output_slot);
|
||||
GST_URI_SOURCE_BIN_UNLOCK (urisrc);
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue