summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-10-12 15:25:10 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-10-12 15:25:10 +0100
commit3e260e0e53cfabb77a03719288adc3430fa86de1 (patch)
tree96b4d9f2f321692deaa02ee8b0535bc2c69be284
parent29a72c07b18d9e65fabae8a4cf7069ea77a8ac4e (diff)
composition: fix debugging message printf format
-rw-r--r--gnl/gnlcomposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c
index 7009046..199ca99 100644
--- a/gnl/gnlcomposition.c
+++ b/gnl/gnlcomposition.c
@@ -1902,7 +1902,7 @@ compare_relink_single_node (GnlComposition * comp, GNode * node,
} else {
if (G_UNLIKELY (gst_pad_link_full (srcpad, sinkpad,
GST_PAD_LINK_CHECK_NOTHING) != GST_PAD_LINK_OK)) {
- GST_WARNING_OBJECT (comp, "Failed to link pads %s - %s",
+ GST_WARNING_OBJECT (comp, "Failed to link pads %s:%s - %s:%s",
GST_DEBUG_PAD_NAME (srcpad), GST_DEBUG_PAD_NAME (sinkpad));
}
gst_object_unref (sinkpad);