module-protocol-pulse: Add module-roc-source

This commit is contained in:
Sanchayan Maity 2021-06-23 18:00:13 +05:30 committed by Wim Taymans
parent e60498df51
commit badb76147f
4 changed files with 426 additions and 0 deletions

View file

@ -238,6 +238,7 @@ static const struct module_info module_list[] = {
#endif
#ifdef HAVE_ROC
{ "module-roc-sink", create_module_roc_sink, },
{ "module-roc-source", create_module_roc_source, },
#endif
{ NULL, }
};