mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[684/906] display: lack of format-string causing a compiler warning
This commit is contained in:
parent
59ea354253
commit
0551cfac70
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ gst_gl_display_set_error (GstGLDisplay * display, const char *format, ...)
|
||||||
display->error_message = g_strdup_vprintf (format, args);
|
display->error_message = g_strdup_vprintf (format, args);
|
||||||
va_end (args);
|
va_end (args);
|
||||||
|
|
||||||
GST_WARNING (display->error_message);
|
GST_WARNING ("%s", display->error_message);
|
||||||
|
|
||||||
display->isAlive = FALSE;
|
display->isAlive = FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue