mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
pad: Include event type in debug output when delaying a sticky event because of not-linked
This commit is contained in:
parent
a76db74496
commit
04a204cd4c
1 changed files with 2 additions and 1 deletions
|
@ -4823,7 +4823,8 @@ probe_stopped:
|
||||||
}
|
}
|
||||||
not_linked:
|
not_linked:
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (pad, "Dropping event because pad is not linked");
|
GST_DEBUG_OBJECT (pad, "Dropping event %s because pad is not linked",
|
||||||
|
gst_event_type_get_name (GST_EVENT_TYPE (event)));
|
||||||
GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_PENDING_EVENTS);
|
GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_PENDING_EVENTS);
|
||||||
gst_event_unref (event);
|
gst_event_unref (event);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue