mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl: fix declaration-definition mismatch for _init_upload
This commit is contained in:
parent
213590c79c
commit
e4b832db90
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue