libs: context: use correct printing modifier

GstVaapiID is an alias of gsize, thus its modifier is platform
dependant.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/340>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-06-09 21:19:11 +02:00
parent e6e377c720
commit 1c5f32b5cd

View file

@ -486,7 +486,7 @@ gst_vaapi_context_new (GstVaapiDisplay * display,
goto error;
done:
GST_DEBUG ("context 0x%08lx / config 0x%08x",
GST_DEBUG ("context 0x%08" G_GSIZE_MODIFIER "x / config 0x%08x",
GST_VAAPI_CONTEXT_ID (context), context->va_config);
return context;