Add some missing G_END_DECLS

This commit is contained in:
Tim-Philipp Müller 2014-10-28 21:42:31 +00:00
parent 8a9ab58e33
commit 95c211dc49
4 changed files with 10 additions and 0 deletions

View file

@ -71,4 +71,6 @@ struct _GstWebPDecClass {
GType gst_webp_dec_get_type (void);
gboolean gst_webp_dec_register (GstPlugin * plugin);
G_END_DECLS
#endif /* __GST_WEBP_DEC_H__ */

View file

@ -34,6 +34,7 @@
#include "gstcamerabinpreview.h"
G_BEGIN_DECLS
#define GST_TYPE_BASE_CAMERA_SRC \
(gst_base_camera_src_get_type())
#define GST_BASE_CAMERA_SRC(obj) \
@ -140,4 +141,6 @@ void gst_base_camera_src_finish_capture (GstBaseCameraSrc *self);
void gst_base_camera_src_post_preview (GstBaseCameraSrc *self, GstSample * sample);
// XXX add methods to get/set img capture and vid capture caps..
G_END_DECLS
#endif /* __GST_BASE_CAMERA_SRC_H__ */

View file

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

View file

@ -35,6 +35,7 @@
#include "uvc_h264.h"
G_BEGIN_DECLS
#define GST_TYPE_UVC_H264_SRC \
(gst_uvc_h264_src_get_type())
#define GST_UVC_H264_SRC(obj) \
@ -158,5 +159,6 @@ struct _GstUvcH264SrcClass
GstBaseCameraSrcClass parent;
};
G_END_DECLS
#endif /* __GST_UVC_H264_SRC_H__ */