NVIDIA DeepStream SDK API Reference

9.0 Release
sources/gst-plugins/gst-nvdsmetamux/nvdsmetamux_property_parser.h
Go to the documentation of this file.
1 
23 #ifndef NVDSMETAMUX_PROPERTY_FILE_PARSER_H_
24 #define NVDSMETAMUX_PROPERTY_FILE_PARSER_H_
25 
26 #include <gst/gst.h>
27 #include "gstnvdsmetamux.h"
28 
34 #define _PATH_MAX 4096
35 
36 #define NVDSMETAMUX_PROPERTY "property"
37 #define NVDSMETAMUX_PROPERTY_ENABLE "enable"
38 #define NVDSMETAMUX_PROPERTY_ACTIVE_PAD "active-pad"
39 #define NVDSMETAMUX_PROPERTY_PTS_TOLERANCE "pts-tolerance"
40 
41 #define NVDSMETAMUX_USER_CONFIGS "user-configs"
42 
43 #define NVDSMETAMUX_GROUP "group-"
44 #define NVDSMETAMUX_GROUP_SRC_IDS_MODEL "src-ids-model"
45 
56 gboolean
57 nvdsmetamux_parse_config_file (GstNvDsMetaMux *nvdsmetamux, gchar *cfg_file_path);
58 
59 #endif /* NVDSMETAMUX_PROPERTY_FILE_PARSER_H_ */
nvdsmetamux_parse_config_file
gboolean nvdsmetamux_parse_config_file(GstNvDsMetaMux *nvdsmetamux, gchar *cfg_file_path)
Get GstNvDsMetaMuxMemory structure associated with buffer allocated using GstNvDsMetaMuxAllocator.
_GstNvDsMetaMux
Definition: sources/gst-plugins/gst-nvdsmetamux/gstnvdsmetamux.h:81
gstnvdsmetamux.h