gl: add missing G_BEGIN/END_DECLS in utils header

This commit is contained in:
Philippe Normand 2014-04-29 19:24:08 +01:00 committed by Tim-Philipp Müller
parent 72f3b228c8
commit 95290346c6

View 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__ */