18 #ifndef _NVGSTDS_STREAMMUX_YAML_H_
19 #define _NVGSTDS_STREAMMUX_YAML_H_
22 #pragma GCC diagnostic push
23 #pragma GCC diagnostic ignored "-Wreturn-type"
24 #include <yaml-cpp/yaml.h>
25 #pragma GCC diagnostic pop
50 #define _MAX_STR_LENGTH 1024
52 std::vector<std::string>
split_string (std::string input);
56 const gchar * cfg_file_path,
const gchar * file_path,
85 std::vector<std::string> source_values, gchar *cfg_file_path);