summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-10-28 21:42:31 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-10-28 21:42:31 +0000
commit95c211dc49b9c7bf8a0e47f88245fc94132726b8 (patch)
tree38cac92af7c553564f0ba07c343ccd549b1cc9ea /gst/camerabin2
parent8a9ab58e33f5ef9c233a0ecee8ade4922573c848 (diff)
Add some missing G_END_DECLS
Diffstat (limited to 'gst/camerabin2')
-rw-r--r--gst/camerabin2/gstwrappercamerabinsrc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.h b/gst/camerabin2/gstwrappercamerabinsrc.h
index 1dee4ca6aa..ecac40ea59 100644
--- a/gst/camerabin2/gstwrappercamerabinsrc.h
+++ b/gst/camerabin2/gstwrappercamerabinsrc.h
@@ -29,6 +29,7 @@
#include "camerabingeneral.h"
G_BEGIN_DECLS
+
#define GST_TYPE_WRAPPER_CAMERA_BIN_SRC \
(gst_wrapper_camera_bin_src_get_type())
#define GST_WRAPPER_CAMERA_BIN_SRC(obj) \
@@ -127,4 +128,6 @@ struct _GstWrapperCameraBinSrcClass
gboolean gst_wrapper_camera_bin_src_plugin_init (GstPlugin * plugin);
+G_END_DECLS
+
#endif /* __GST_WRAPPER_CAMERA_BIN_SRC_H__ */