urisourcebin: fix to log event pointer

https://bugzilla.gnome.org/show_bug.cgi?id=772445
This commit is contained in:
Wonchul Lee 2016-10-03 17:12:29 +09:00 committed by Sebastian Dröge
parent 9e8c0d224b
commit 7c9626a3f4

View file

@ -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")) {