funnel: improve debug message

https://bugzilla.gnome.org/show_bug.cgi?id=745939
This commit is contained in:
HoonHee Lee 2015-03-10 13:07:18 +09:00 committed by Tim-Philipp Müller
parent 4febebb962
commit 788938640d

View 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);