gl: Add GSTGLAPI macro to the debug callback function

Fixes the Windows build.

https://bugzilla.gnome.org/show_bug.cgi?id=735565
This commit is contained in:
Wang Xin-yu (王昕宇) 2014-08-27 13:40:42 +08:00 committed by Tim-Philipp Müller
parent 2d928bad1c
commit 62bebdb4e6

View file

@ -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)
{