13 #ifndef _NVGSTDS_STREAMMUX_YAML_H_ 
   14 #define _NVGSTDS_STREAMMUX_YAML_H_ 
   17 #pragma GCC diagnostic push 
   18 #pragma GCC diagnostic ignored "-Wreturn-type" 
   19 #include <yaml-cpp/yaml.h> 
   20 #pragma GCC diagnostic pop 
   44 #define _MAX_STR_LENGTH 1024 
   46 std::vector<std::string> 
split_string (std::string input);
 
   50     const gchar * cfg_file_path, 
const gchar * file_path,
 
   79                     std::vector<std::string> source_values,  gchar *cfg_file_path);