Skip to content

va: Fix printf format modifier for drm modifiers

Nicolas Dufresne requested to merge ndufresne/gstreamer:va-fix-printf into main

DRM modifiers are 64bit, the printf modifier is platform dependant. Use the G_GINT64_MODIFIER macro to make this printf portable.

cc @vjaquez

Merge request reports