From cc49e8d71506dacb8382679de59067caedcc22b4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 16 Sep 2010 19:30:59 +0200 Subject: [PATCH] xoverlay: G_GUINTPTR_FORMAT is since 2.22 Don't rely on too new symbols, we only depend on 2.20. --- gst-libs/gst/interfaces/xoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/interfaces/xoverlay.c b/gst-libs/gst/interfaces/xoverlay.c index 382d40d..1e873a3 100644 --- a/gst-libs/gst/interfaces/xoverlay.c +++ b/gst-libs/gst/interfaces/xoverlay.c @@ -438,7 +438,7 @@ gst_x_overlay_got_window_handle (GstXOverlay * overlay, guintptr handle) g_return_if_fail (overlay != NULL); g_return_if_fail (GST_IS_X_OVERLAY (overlay)); - GST_LOG_OBJECT (GST_OBJECT (overlay), "xwindow_id = %" G_GUINTPTR_FORMAT, + GST_LOG_OBJECT (GST_OBJECT (overlay), "xwindow_id = %p", (gpointer) handle); s = gst_structure_new ("have-xwindow-id", "xwindow-id", G_TYPE_ULONG, (unsigned long) handle, -- 2.7.4