va: Fix printf format modifier for drm modifiers
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 1 Apr 2022 19:59:58 +0000 (15:59 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 1 Apr 2022 20:09:36 +0000 (20:09 +0000)
commit8d9e649570070ec987b9488fc8d17f0d749c80ae
treedc576f714390f13577b02749c49b0c4d1e1f6d97
parent029d6a4a197a027688a9600bb339b67029b3e79f
va: Fix printf format modifier for drm modifiers

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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2102>
subprojects/gst-plugins-bad/gst-libs/gst/va/gstvaallocator.c