From e4b832db90679431101e9fb5c6a7d8f5ddcaa266 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Wed, 23 Apr 2014 14:41:21 +0100 Subject: [PATCH] gl: fix declaration-definition mismatch for _init_upload --- gst-libs/gst/gl/gstglupload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c index 438f62f..1e4c65e 100644 --- a/gst-libs/gst/gl/gstglupload.c +++ b/gst-libs/gst/gl/gstglupload.c @@ -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; -- 2.7.4