Add child_remove, and get rid of all the gstreamer code I added. Doesn't work, and not going to do it that way anyways
This commit is contained in:
@@ -5,6 +5,7 @@ Ecdb_Source *ecdb_source_new(void);
|
||||
void ecdb_source_data_set(Ecdb_Source *src, const char *dst,
|
||||
unsigned char rec);
|
||||
void ecdb_source_child_append(Ecdb_Source *src, Ecdb_Source *child);
|
||||
void ecdb_source_child_remove(Ecdb_Source *src, Ecdb_Source *child);
|
||||
BurnSource *ecdb_image_project(Ecdb_Burn_Project *proj);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user