mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
[677/906] memory: fix GSIZE printf format on win32
This commit is contained in:
parent
8d07dcbd5e
commit
ed98971953
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ _gl_mem_init (GstGLMemory * mem, GstAllocator * allocator, GstMemory * parent,
|
|||
width, height);
|
||||
|
||||
GST_CAT_DEBUG (GST_CAT_GL_MEMORY,
|
||||
"new GL texture memory:%p format:%u dimensions:%ux%u", mem, v_format,
|
||||
width, height);
|
||||
"new GL texture memory:%p format:%u dimensions:%" G_GSIZE_FORMAT
|
||||
"x%" G_GSIZE_FORMAT, mem, v_format, width, height);
|
||||
}
|
||||
|
||||
static GstGLMemory *
|
||||
|
|
Loading…
Reference in a new issue