mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +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);
|
width, height);
|
||||||
|
|
||||||
GST_CAT_DEBUG (GST_CAT_GL_MEMORY,
|
GST_CAT_DEBUG (GST_CAT_GL_MEMORY,
|
||||||
"new GL texture memory:%p format:%u dimensions:%ux%u", mem, v_format,
|
"new GL texture memory:%p format:%u dimensions:%" G_GSIZE_FORMAT
|
||||||
width, height);
|
"x%" G_GSIZE_FORMAT, mem, v_format, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstGLMemory *
|
static GstGLMemory *
|
||||||
|
|
Loading…
Reference in a new issue