Go to the source code of this file.
Data Structures | |
| struct | _GstNvDsVideoTemplate |
| struct | _GstNvDsVideoTemplateClass |
| Boiler plate stuff. More... | |
Macros | |
| #define | PACKAGE "nvdsvideotemplate" |
| #define | VERSION "1.0" |
| #define | LICENSE "Proprietary" |
| #define | DESCRIPTION "NVIDIA nvdsvideotemplate plugin for integration with DeepStream on DGPU/Jetson" |
| #define | BINARY_PACKAGE "NVIDIA DeepStream Template Plugin" |
| #define | URL "http://nvidia.com/" |
| #define | GST_TYPE_NVDSVIDEOTEMPLATE (gst_nvdsvideotemplate_get_type()) |
| #define | GST_NVDSVIDEOTEMPLATE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplate)) |
| #define | GST_NVDSVIDEOTEMPLATE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplateClass)) |
| #define | GST_NVDSVIDEOTEMPLATE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSVIDEOTEMPLATE, GstNvDsVideoTemplateClass)) |
| #define | GST_IS_NVDSVIDEOTEMPLATE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSVIDEOTEMPLATE)) |
| #define | GST_IS_NVDSVIDEOTEMPLATE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSVIDEOTEMPLATE)) |
| #define | GST_NVDSVIDEOTEMPLATE_CAST(obj) ((GstNvDsVideoTemplate *)(obj)) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _GstNvDsVideoTemplate | GstNvDsVideoTemplate |
| typedef struct _GstNvDsVideoTemplateClass | GstNvDsVideoTemplateClass |
Functions | |
| GType | gst_nvdsvideotemplate_get_type (void) |
| #define BINARY_PACKAGE "NVIDIA DeepStream Template Plugin" |
Definition at line 45 of file gstnvdsvideotemplate.h.
| #define DESCRIPTION "NVIDIA nvdsvideotemplate plugin for integration with DeepStream on DGPU/Jetson" |
Definition at line 44 of file gstnvdsvideotemplate.h.
| #define GST_IS_NVDSVIDEOTEMPLATE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSVIDEOTEMPLATE)) |
Definition at line 58 of file gstnvdsvideotemplate.h.
| #define GST_IS_NVDSVIDEOTEMPLATE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSVIDEOTEMPLATE)) |
Definition at line 59 of file gstnvdsvideotemplate.h.
| #define GST_NVDSVIDEOTEMPLATE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplate)) |
Definition at line 55 of file gstnvdsvideotemplate.h.
| #define GST_NVDSVIDEOTEMPLATE_CAST | ( | obj | ) | ((GstNvDsVideoTemplate *)(obj)) |
Definition at line 60 of file gstnvdsvideotemplate.h.
| #define GST_NVDSVIDEOTEMPLATE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplateClass)) |
Definition at line 56 of file gstnvdsvideotemplate.h.
| #define GST_NVDSVIDEOTEMPLATE_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSVIDEOTEMPLATE, GstNvDsVideoTemplateClass)) |
Definition at line 57 of file gstnvdsvideotemplate.h.
| #define GST_TYPE_NVDSVIDEOTEMPLATE (gst_nvdsvideotemplate_get_type()) |
Definition at line 54 of file gstnvdsvideotemplate.h.
| #define LICENSE "Proprietary" |
Definition at line 43 of file gstnvdsvideotemplate.h.
| #define PACKAGE "nvdsvideotemplate" |
Definition at line 41 of file gstnvdsvideotemplate.h.
| #define URL "http://nvidia.com/" |
Definition at line 46 of file gstnvdsvideotemplate.h.
| #define VERSION "1.0" |
Definition at line 42 of file gstnvdsvideotemplate.h.
| typedef typedefG_BEGIN_DECLS struct _GstNvDsVideoTemplate GstNvDsVideoTemplate |
Definition at line 50 of file gstnvdsvideotemplate.h.
| typedef struct _GstNvDsVideoTemplateClass GstNvDsVideoTemplateClass |
Definition at line 51 of file gstnvdsvideotemplate.h.
| GType gst_nvdsvideotemplate_get_type | ( | void | ) |