pad: Remove unneeded 64bit upcast in debug trace
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 25 Jan 2019 18:46:59 +0000 (13:46 -0500)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Sat, 26 Jan 2019 01:42:22 +0000 (01:42 +0000)
commitc816ec4f0e1bfa837bf30544374131f89f0e71b2
treed300d2c9d4b0f455f912f230095b56326d19df20
parent35300f8299210205c0f64654d6196b68eb696d78
pad: Remove unneeded 64bit upcast in debug trace

The hook->hook_id is a gulong for which there are no portability issues
when tracing in printf format with %lu. So use %lu and remove the upcast
to 64 bit. This makes the code more consistent with everything else
tracing that hook_id and other gulong id.
gst/gstpad.c