update API and implement preliminary ability to add sources to scenes

This commit is contained in:
jp9000
2013-12-30 06:56:39 -07:00
parent 146912d5b8
commit c129cc37cb
13 changed files with 149 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
const char *random_getname(const char *locale)
{
return "Random;";
return "Random Source";
}
struct random_tex *random_create(const char *settings, obs_source_t source)