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

@@ -87,7 +87,7 @@ static uint32_t scene_getsize(void *data)
static const struct source_info scene_info =
{
.name = "scene",
.id = "scene",
.getname = scene_getname,
.create = scene_create,
.destroy = scene_destroy,