mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl: add missing G_BEGIN/END_DECLS in utils header
This commit is contained in:
parent
df52eb3198
commit
eee4f95a1f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue