add names to sources, use 'id' for the internal source identifier names rather than 'name'

This commit is contained in:
jp9000
2013-12-20 17:23:19 -07:00
parent 0781670ba2
commit 95a7da2d4c
10 changed files with 62 additions and 59 deletions

View File

@@ -98,7 +98,7 @@
struct obs_output;
struct output_info {
const char *name;
const char *id;
const char *(*getname)(const char *locale);