Go to the source code of this file.
Macros | |
| #define | _PATH_MAX 4096 |
| This file describes the Macro defined for config file property parser. More... | |
| #define | NVDSMETAMUX_PROPERTY "property" |
| #define | NVDSMETAMUX_PROPERTY_ENABLE "enable" |
| #define | NVDSMETAMUX_PROPERTY_ACTIVE_PAD "active-pad" |
| #define | NVDSMETAMUX_PROPERTY_PTS_TOLERANCE "pts-tolerance" |
| #define | NVDSMETAMUX_USER_CONFIGS "user-configs" |
| #define | NVDSMETAMUX_GROUP "group-" |
| #define | NVDSMETAMUX_GROUP_SRC_IDS_MODEL "src-ids-model" |
Functions | |
| gboolean | nvdsmetamux_parse_config_file (GstNvDsMetaMux *nvdsmetamux, gchar *cfg_file_path) |
| Get GstNvDsMetaMuxMemory structure associated with buffer allocated using GstNvDsMetaMuxAllocator. More... | |
| #define _PATH_MAX 4096 |
This file describes the Macro defined for config file property parser.
max string length
Definition at line 29 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_GROUP "group-" |
Definition at line 38 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_GROUP_SRC_IDS_MODEL "src-ids-model" |
Definition at line 39 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_PROPERTY "property" |
Definition at line 31 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_PROPERTY_ACTIVE_PAD "active-pad" |
Definition at line 33 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_PROPERTY_ENABLE "enable" |
Definition at line 32 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_PROPERTY_PTS_TOLERANCE "pts-tolerance" |
Definition at line 34 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| #define NVDSMETAMUX_USER_CONFIGS "user-configs" |
Definition at line 36 of file sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h.
| gboolean nvdsmetamux_parse_config_file | ( | GstNvDsMetaMux * | nvdsmetamux, |
| gchar * | cfg_file_path | ||
| ) |
Get GstNvDsMetaMuxMemory structure associated with buffer allocated using GstNvDsMetaMuxAllocator.
| nvdsmetamux | pointer to GstNvDsMetaMux structure |
| cfg_file_path | config file path |