[677/906] memory: fix GSIZE printf format on win32
This commit is contained in:
parent
8d07dcbd5e
commit
ed98971953
@ -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…
x
Reference in New Issue
Block a user