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:
Jaime Thomas
2008-05-27 23:28:01 +00:00
parent 6fc7f9f1c9
commit c4568b11bc
5 changed files with 41 additions and 188 deletions

View File

@@ -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