mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[892/906] silence a compiler warning on older gcc versions (4.6)
This commit is contained in:
parent
3ad466945e
commit
ba38db1961
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ gst_gl_context_default_get_proc_address (GstGLContext * context,
|
|||
gboolean
|
||||
gst_gl_context_set_window (GstGLContext * context, GstGLWindow * window)
|
||||
{
|
||||
g_return_val_if_fail (!GST_GL_IS_WRAPPED_CONTEXT (context), NULL);
|
||||
g_return_val_if_fail (!GST_GL_IS_WRAPPED_CONTEXT (context), FALSE);
|
||||
|
||||
/* we can't change the window while we are running */
|
||||
if (context->priv->alive)
|
||||
|
|
Loading…
Reference in a new issue