Add in start of audio-cd code. I'm not familiar with gstreamer, so if anyone would like to help, feel free

This commit is contained in:
Jaime Thomas
2008-05-23 03:33:04 +00:00
parent bcd057ae39
commit 4f1456769f
8 changed files with 210 additions and 5 deletions

View File

@ -56,7 +56,7 @@ struct _Ecdb_Project_Info
typedef struct _Ecdb_Source Ecdb_Source;
struct _Ecdb_Source
{
const char *dst;
char *dst;
unsigned char rec:1;
unsigned char num_children;
Ecdb_Source **children;