mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 13:49:58 +00:00
pad: Include event type in debug output when delaying a sticky event because of not-linked
This commit is contained in:
parent
f24ad01787
commit
def820ddf1
1 changed files with 2 additions and 1 deletions
|
@ -4770,7 +4770,8 @@ probe_stopped:
|
|||
}
|
||||
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_event_unref (event);
|
||||
|
||||
|
|
Loading…
Reference in a new issue