[783/906] glimagesink: Fix format string warning
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 19 Jul 2013 14:28:20 +0000 (16:28 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:37:00 +0000 (18:37 +0100)
gst/gl/gstglimagesink.c

index 43208b2..40e0ec0 100644 (file)
@@ -756,7 +756,7 @@ gst_glimage_sink_set_window_handle (GstVideoOverlay * overlay, guintptr id)
 
   g_return_if_fail (GST_IS_GLIMAGE_SINK (overlay));
 
-  GST_DEBUG ("set_xwindow_id %ld", window_id);
+  GST_DEBUG ("set_xwindow_id %" G_GUINT64_FORMAT, (guint64) window_id);
 
   glimage_sink->new_window_id = window_id;
 }