From 6da1c489709993f9ef793ddef86131c49b2fb57f Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 16 Mar 2014 17:21:38 +0100 Subject: [PATCH] gl: silence a compiler warning about missing prototypes --- gst-libs/gst/gl/gstglutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglutils.c b/gst-libs/gst/gl/gstglutils.c index 606e2ef4bc..da849596e2 100644 --- a/gst-libs/gst/gl/gstglutils.c +++ b/gst-libs/gst/gl/gstglutils.c @@ -426,7 +426,7 @@ run_context_query (GstElement * element, GstQuery * query, return g_value_get_boolean (&res); } -GstQuery * +static GstQuery * _gst_gl_display_context_query (GstElement * element, GstGLDisplay ** display_ptr, const gchar * display_type) {