From 788938640d1945596788c331dc72c851927b7595 Mon Sep 17 00:00:00 2001 From: HoonHee Lee Date: Tue, 10 Mar 2015 13:07:18 +0900 Subject: [PATCH] funnel: improve debug message https://bugzilla.gnome.org/show_bug.cgi?id=745939 --- plugins/elements/gstfunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstfunnel.c b/plugins/elements/gstfunnel.c index bf45db58db..c37ca75ebe 100644 --- a/plugins/elements/gstfunnel.c +++ b/plugins/elements/gstfunnel.c @@ -324,7 +324,7 @@ gst_funnel_sink_chain_object (GstPad * pad, GstFunnel * funnel, { GstFlowReturn res; - GST_DEBUG_OBJECT (pad, "received buffer%s %p", (is_list ? "list" : ""), obj); + GST_DEBUG_OBJECT (pad, "received %" GST_PTR_FORMAT, obj); GST_PAD_STREAM_LOCK (funnel->srcpad);