mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
gl: silence a compiler warning about missing prototypes
This commit is contained in:
parent
f64292325d
commit
312741634d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue