summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Xin-yu (王昕宇) <comicfans44@gmail.com>2014-08-27 13:40:42 +0800
committerSebastian Dröge <sebastian@centricular.com>2014-08-28 10:00:54 +0300
commit9047a01f5ffad768ed97b9b33ea1aa710029fde9 (patch)
treed94b0e19913b75960d245fe55ffaa2502b088272
parent105b52e88a097bdbc18f01a79851c8432de773df (diff)
gl: Add GSTGLAPI macro to the debug callback function
Fixes the Windows build. https://bugzilla.gnome.org/show_bug.cgi?id=735565
-rw-r--r--gst-libs/gst/gl/gstglcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c
index b13317d27..51ea364e9 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)
{