urisourcebin: fix to log event pointer
https://bugzilla.gnome.org/show_bug.cgi?id=772445
This commit is contained in:
parent
9e8c0d224b
commit
7c9626a3f4
@ -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")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user