mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
gl: silence a compiler warning about missing prototypes
This commit is contained in:
parent
5bf83bd48f
commit
6da1c48970
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);
|
return g_value_get_boolean (&res);
|
||||||
}
|
}
|
||||||
|
|
||||||
GstQuery *
|
static GstQuery *
|
||||||
_gst_gl_display_context_query (GstElement * element,
|
_gst_gl_display_context_query (GstElement * element,
|
||||||
GstGLDisplay ** display_ptr, const gchar * display_type)
|
GstGLDisplay ** display_ptr, const gchar * display_type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue