summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2012-04-17 17:59:41 +0400
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-02 08:50:18 +0100
commit037030a0a097314bf8d7809dc7261da9949e0efa (patch)
treefb40941c8a3464a9fd3c64676985618f885c5acf
parent631e93a642d3f4aacd6ab4ca2c1b5f61314f93f4 (diff)
gnlcomposition: fix printf format in debug message
https://bugzilla.gnome.org/show_bug.cgi?id=675276
-rw-r--r--gnl/gnlcomposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c
index ae21807..b2bd3c2 100644
--- a/gnl/gnlcomposition.c
+++ b/gnl/gnlcomposition.c
@@ -1211,7 +1211,7 @@ gnl_composition_ghost_pad_set_target (GnlComposition * comp, GstPad * target,
priv->ghosteventprobe =
gst_pad_add_probe (target, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM,
(GstPadProbeCallback) ghost_event_probe_handler, comp, NULL);
- GST_DEBUG_OBJECT (comp, "added event probe %d", priv->ghosteventprobe);
+ GST_DEBUG_OBJECT (comp, "added event probe %lu", priv->ghosteventprobe);
}
if (!hadghost) {