funnel: improve debug message
authorHoonHee Lee <hoonhee.lee@lge.com>
Tue, 10 Mar 2015 04:07:18 +0000 (13:07 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 8 Jan 2016 19:28:43 +0000 (19:28 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=745939

plugins/elements/gstfunnel.c

index bf45db5..c37ca75 100644 (file)
@@ -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);