pad: Include event type in debug output when delaying a sticky event because of not-linked

This commit is contained in:
Sebastian Dröge 2014-03-29 10:18:34 +01:00
parent a76db74496
commit 04a204cd4c

View file

@ -4823,7 +4823,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);