mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Add some missing G_END_DECLS
This commit is contained in:
parent
8a9ab58e33
commit
95c211dc49
4 changed files with 10 additions and 0 deletions
|
@ -71,4 +71,6 @@ struct _GstWebPDecClass {
|
||||||
GType gst_webp_dec_get_type (void);
|
GType gst_webp_dec_get_type (void);
|
||||||
gboolean gst_webp_dec_register (GstPlugin * plugin);
|
gboolean gst_webp_dec_register (GstPlugin * plugin);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_WEBP_DEC_H__ */
|
#endif /* __GST_WEBP_DEC_H__ */
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include "gstcamerabinpreview.h"
|
#include "gstcamerabinpreview.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GST_TYPE_BASE_CAMERA_SRC \
|
#define GST_TYPE_BASE_CAMERA_SRC \
|
||||||
(gst_base_camera_src_get_type())
|
(gst_base_camera_src_get_type())
|
||||||
#define GST_BASE_CAMERA_SRC(obj) \
|
#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);
|
void gst_base_camera_src_post_preview (GstBaseCameraSrc *self, GstSample * sample);
|
||||||
// XXX add methods to get/set img capture and vid capture caps..
|
// XXX add methods to get/set img capture and vid capture caps..
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_BASE_CAMERA_SRC_H__ */
|
#endif /* __GST_BASE_CAMERA_SRC_H__ */
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#include "camerabingeneral.h"
|
#include "camerabingeneral.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GST_TYPE_WRAPPER_CAMERA_BIN_SRC \
|
#define GST_TYPE_WRAPPER_CAMERA_BIN_SRC \
|
||||||
(gst_wrapper_camera_bin_src_get_type())
|
(gst_wrapper_camera_bin_src_get_type())
|
||||||
#define GST_WRAPPER_CAMERA_BIN_SRC(obj) \
|
#define GST_WRAPPER_CAMERA_BIN_SRC(obj) \
|
||||||
|
@ -127,4 +128,6 @@ struct _GstWrapperCameraBinSrcClass
|
||||||
|
|
||||||
gboolean gst_wrapper_camera_bin_src_plugin_init (GstPlugin * plugin);
|
gboolean gst_wrapper_camera_bin_src_plugin_init (GstPlugin * plugin);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_WRAPPER_CAMERA_BIN_SRC_H__ */
|
#endif /* __GST_WRAPPER_CAMERA_BIN_SRC_H__ */
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
#include "uvc_h264.h"
|
#include "uvc_h264.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GST_TYPE_UVC_H264_SRC \
|
#define GST_TYPE_UVC_H264_SRC \
|
||||||
(gst_uvc_h264_src_get_type())
|
(gst_uvc_h264_src_get_type())
|
||||||
#define GST_UVC_H264_SRC(obj) \
|
#define GST_UVC_H264_SRC(obj) \
|
||||||
|
@ -158,5 +159,6 @@ struct _GstUvcH264SrcClass
|
||||||
GstBaseCameraSrcClass parent;
|
GstBaseCameraSrcClass parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_UVC_H264_SRC_H__ */
|
#endif /* __GST_UVC_H264_SRC_H__ */
|
||||||
|
|
Loading…
Reference in a new issue