gl: add missing G_BEGIN/END_DECLS in utils header
This commit is contained in:
parent
df52eb3198
commit
eee4f95a1f
@ -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__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user