mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
funnel: improve debug message
https://bugzilla.gnome.org/show_bug.cgi?id=745939
This commit is contained in:
parent
4febebb962
commit
788938640d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue