mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[797/906] x11: fix build for clang
This commit is contained in:
parent
32f40b28a5
commit
c639a2d126
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ gst_gl_window_x11_run (GstGLWindow * window)
|
||||||
g_main_loop_run (window_x11->loop);
|
g_main_loop_run (window_x11->loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline gchar *
|
static inline gchar *
|
||||||
event_type_to_string (guint type)
|
event_type_to_string (guint type)
|
||||||
{
|
{
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|
Loading…
Reference in a new issue