[677/906] memory: fix GSIZE printf format on win32

This commit is contained in:
Matthew Waters 2013-03-09 22:53:41 +11:00 committed by Tim-Philipp Müller
parent 8d07dcbd5e
commit ed98971953

View file

@ -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 *