summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2013-08-21 15:40:52 +1000
committerMatthew Waters <ystreet00@gmail.com>2013-08-22 01:30:04 +1000
commit7700ad60cb9263ce1c017796586c5495cc835528 (patch)
treeb157b663d55624878d03dced0df74722691f680d
parentf8654c967c8e1dd5ae950589e01e26064d4f066e (diff)
x11: fix build for clang
-rw-r--r--gst-libs/gst/gl/x11/gstglwindow_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/x11/gstglwindow_x11.c b/gst-libs/gst/gl/x11/gstglwindow_x11.c
index 7af3211..1f13976 100644
--- a/gst-libs/gst/gl/x11/gstglwindow_x11.c
+++ b/gst-libs/gst/gl/x11/gstglwindow_x11.c
@@ -614,7 +614,7 @@ gst_gl_window_x11_run (GstGLWindow * window)
g_main_loop_run (window_x11->loop);
}
-inline gchar *
+static inline gchar *
event_type_to_string (guint type)
{
switch (type) {