projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53fca37
)
urisourcebin: Mention which queue is being linked in debug output
author
Jan Schmidt
<jan@centricular.com>
Wed, 22 Mar 2017 13:21:44 +0000
(
00:21
+1100)
committer
Jan Schmidt
<jan@centricular.com>
Wed, 22 Mar 2017 13:21:44 +0000
(
00:21
+1100)
gst/playback/gsturisourcebin.c
patch
|
blob
|
history
diff --git
a/gst/playback/gsturisourcebin.c
b/gst/playback/gsturisourcebin.c
index e78536487507500dd502913a628dd0ec4799c08d..566b758a3247a04d120d4f4c350c8b97be0b2a30 100644
(file)
--- 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;
}