From 95290346c6206132e0ffa21d0f51118a704d60dc Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 29 Apr 2014 19:24:08 +0100 Subject: [PATCH] gl: add missing G_BEGIN/END_DECLS in utils header --- gst-libs/gst/gl/gstglutils.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/gl/gstglutils.h b/gst-libs/gst/gl/gstglutils.h index fc08e8f85c..299b53b25d 100644 --- a/gst-libs/gst/gl/gstglutils.h +++ b/gst-libs/gst/gl/gstglutils.h @@ -25,6 +25,8 @@ #include +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__ */