gl: add missing G_BEGIN/END_DECLS in utils header
authorPhilippe Normand <pnormand@igalia.com>
Tue, 29 Apr 2014 18:24:08 +0000 (19:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:38 +0000 (19:31 +0000)
gst-libs/gst/gl/gstglutils.h

index fc08e8f..299b53b 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <gst/gl/gstgl_fwd.h>
 
+G_BEGIN_DECLS
+
 /**
  * GstGLContextProjection:
  *
@@ -111,4 +113,6 @@ gboolean gst_gl_handle_set_context (GstElement * element, GstContext * context,
 gboolean gst_gl_handle_context_query (GstElement * element, GstQuery * query, 
     GstGLDisplay ** display);
 
+G_END_DECLS
+
 #endif /* __GST_GL_UTILS_H__ */