mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
pad: Print some debug information about pad probe hooks we remove
This commit is contained in:
parent
460c0edbfb
commit
4af3b3f159
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue