From a0f870a215153466be66949d09de06c56d4ca9d2 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 23 Mar 2017 00:21:44 +1100 Subject: [PATCH] urisourcebin: Mention which queue is being linked in debug output --- gst/playback/gsturisourcebin.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/playback/gsturisourcebin.c b/gst/playback/gsturisourcebin.c index e785364..566b758 100644 --- a/gst/playback/gsturisourcebin.c +++ b/gst/playback/gsturisourcebin.c @@ -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; } -- 2.7.4