Skip to content

pad: Remove unneeded 64bit up cast in trace

Nicolas Dufresne requested to merge ndufresne/gstreamer:pad-cleanup into master

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

Edited by Tim-Philipp Müller

Merge request reports