From 74209b9e9e7669f22fe59b034383434261ed9cad Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sat, 9 Mar 2013 22:53:41 +1100 Subject: [PATCH] [677/906] memory: fix GSIZE printf format on win32 --- gst-libs/gst/gl/gstglmemory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglmemory.c b/gst-libs/gst/gl/gstglmemory.c index d1805e07f7..0d6bf2308e 100644 --- a/gst-libs/gst/gl/gstglmemory.c +++ b/gst-libs/gst/gl/gstglmemory.c @@ -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 *