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:
@ -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;
|
||||
|
Reference in New Issue
Block a user