mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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:
parent
2d928bad1c
commit
62bebdb4e6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue