From 7c9626a3f4b927933bc91ec4eceaa8472ff9f361 Mon Sep 17 00:00:00 2001 From: Wonchul Lee Date: Mon, 3 Oct 2016 17:12:29 +0900 Subject: [PATCH] urisourcebin: fix to log event pointer https://bugzilla.gnome.org/show_bug.cgi?id=772445 --- gst/playback/gsturisourcebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {