mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
gstpad: Fix debug message
This commit is contained in:
parent
93f540bb62
commit
64b451c170
1 changed files with 1 additions and 1 deletions
|
@ -4839,7 +4839,7 @@ gst_pad_push_event_unchecked (GstPad * pad, GstEvent * event,
|
||||||
/* Note: we gave away ownership of the event at this point but we can still
|
/* Note: we gave away ownership of the event at this point but we can still
|
||||||
* print the old pointer */
|
* print the old pointer */
|
||||||
GST_LOG_OBJECT (pad,
|
GST_LOG_OBJECT (pad,
|
||||||
"sent event %p to (%s) peerpad %" GST_PTR_FORMAT ", ret %s", event,
|
"sent event %p (%s) to peerpad %" GST_PTR_FORMAT ", ret %s", event,
|
||||||
gst_event_type_get_name (event_type), peerpad, gst_flow_get_name (ret));
|
gst_event_type_get_name (event_type), peerpad, gst_flow_get_name (ret));
|
||||||
|
|
||||||
gst_object_unref (peerpad);
|
gst_object_unref (peerpad);
|
||||||
|
|
Loading…
Reference in a new issue