pad: Print some debug information about pad probe hooks we remove

This commit is contained in:
Sebastian Dröge 2018-12-14 18:37:53 +02:00
parent 460c0edbfb
commit 4af3b3f159

View file

@ -1372,6 +1372,10 @@ cleanup_hook (GstPad * pad, GHook * hook)
{
GstPadProbeType type;
GST_DEBUG_OBJECT (pad,
"cleaning up hook %" G_GUINT64_FORMAT " with flags %08x", hook->hook_id,
hook->flags);
if (!G_HOOK_IS_VALID (hook))
return;