From 62bebdb4e66697d87fd0045a71892f3d96742a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wang=20Xin-yu=20=28=E7=8E=8B=E6=98=95=E5=AE=87=29?= Date: Wed, 27 Aug 2014 13:40:42 +0800 Subject: [PATCH] gl: Add GSTGLAPI macro to the debug callback function Fixes the Windows build. https://bugzilla.gnome.org/show_bug.cgi?id=735565 --- gst-libs/gst/gl/gstglcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index b13317d27a..51ea364e95 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -715,7 +715,7 @@ _debug_type_to_string (GLenum type) } } -static void +static void GSTGLAPI _gst_gl_debug_callback (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const gchar * message, gpointer user_data) {