[677/906] memory: fix GSIZE printf format on win32
authorMatthew Waters <ystreet00@gmail.com>
Sat, 9 Mar 2013 11:53:41 +0000 (22:53 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:27 +0000 (19:31 +0000)
gst-libs/gst/gl/gstglmemory.c

index d1805e0..0d6bf23 100644 (file)
@@ -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 *