diff --git a/gst/playback/gsturisourcebin.c b/gst/playback/gsturisourcebin.c index 5822d7981c..2361888222 100644 --- a/gst/playback/gsturisourcebin.c +++ b/gst/playback/gsturisourcebin.c @@ -1236,7 +1236,7 @@ source_pad_event_probe (GstPad * pad, GstPadProbeInfo * info, GstEvent *event = GST_PAD_PROBE_INFO_EVENT (info); GstURISourceBin *urisrc = user_data; - GST_LOG_OBJECT (pad, "%s, urisrc %p", GST_EVENT_TYPE_NAME (event), urisrc); + GST_LOG_OBJECT (pad, "%s, urisrc %p", GST_EVENT_TYPE_NAME (event), event); if (GST_EVENT_TYPE (event) == GST_EVENT_CUSTOM_DOWNSTREAM && gst_event_has_name (event, "urisourcebin-custom-eos")) {