gstreamer/sys/rpicamsrc/gstrpicam-enums-template.h
Jan Schmidt 5f871311c1 rpicamsrc: Implement a bunch of the raspivid command-line params
Add properties for controlling various parts of the capture
2020-07-10 16:42:11 +01:00

27 lines
559 B
C

/*** BEGIN file-header ***/
#ifndef __GSTRPICAM_ENUM_TYPES_H__
#define __GSTRPICAM_ENUM_TYPES_H__
#include <glib-object.h>
G_BEGIN_DECLS
/*** END file-header ***/
/*** BEGIN file-production ***/
/* Enumerations from "@filename@" */
/*** END file-production ***/
/*** BEGIN enumeration-production ***/
#define GST_RPI_CAM_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
GType @enum_name@_get_type (void) G_GNUC_CONST;
/*** END enumeration-production ***/
/*** BEGIN file-tail ***/
G_END_DECLS
#endif /* __GSTRPICAM_ENUM_TYPES_H__ */
/*** END file-tail ***/