mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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 already linked to a slot, nothing more to do */
|
||||||
if (child_info->output_slot) {
|
if (child_info->output_slot) {
|
||||||
GST_LOG_OBJECT (urisrc, "Pad %" GST_PTR_FORMAT " is linked to slot %p",
|
GST_LOG_OBJECT (urisrc, "Pad %" GST_PTR_FORMAT " is linked to queue %"
|
||||||
pad, child_info->output_slot);
|
GST_PTR_FORMAT " on slot %p", pad, child_info->output_slot->queue,
|
||||||
|
child_info->output_slot);
|
||||||
GST_URI_SOURCE_BIN_UNLOCK (urisrc);
|
GST_URI_SOURCE_BIN_UNLOCK (urisrc);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue