mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
urisourcebin: fix to log event pointer
https://bugzilla.gnome.org/show_bug.cgi?id=772445
This commit is contained in:
parent
9e8c0d224b
commit
7c9626a3f4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue