mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
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:
parent
e6e377c720
commit
1c5f32b5cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue