Skip to content

pad: Fix printf format when printing hook id

Sebastian Dröge requested to merge slomo/gstreamer:hook-id-printf-format into master

It's a gulong so we have to cast it to a guint64 when using it with G_GUINT64_FORMAT.

Spotted by Vincent Penvern.

Merge request reports