gl: fix declaration-definition mismatch for _init_upload

This commit is contained in:
Julien Isorce 2014-04-23 14:41:21 +01:00 committed by Tim-Philipp Müller
parent 213590c79c
commit e4b832db90

View file

@ -566,7 +566,7 @@ _gst_gl_upload_perform_with_data_unlocked (GstGLUpload * upload,
}
/* Called in the gl thread */
void
static void
_init_upload (GstGLContext * context, GstGLUpload * upload)
{
GstGLFuncs *gl;