Updated for remove methods.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 27 May 2001 14:38:43 +0000 (14:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 27 May 2001 14:38:43 +0000 (14:38 +0000)
Original commit message from CVS:
Updated for remove methods.

tests/mp3encode.c
tests/rip.c

index 266a9c6..e8b3d98 100644 (file)
@@ -73,7 +73,6 @@ int main(int argc,char *argv[]) {
   gst_element_connect(src,"src",lame,"sink");
   gst_element_connect(lame,"src",sink,"sink");
 
-  gst_bin_use_cothreads(GST_BIN(pipeline),TRUE);
 
   gst_element_set_state(GST_ELEMENT(pipeline),GST_STATE_PLAYING);
   if (GST_STATE(src) != GST_STATE_PLAYING) fprintf(stderr,"error: state not set\n");
index a0644b6..9909a2c 100644 (file)
@@ -26,7 +26,6 @@ int main(int argc,char *argv[]) {
 
   pipeline = gst_pipeline_new("ripper");
   g_return_val_if_fail(pipeline != NULL,1);
-  gst_bin_use_cothreads(GST_BIN(pipeline),TRUE);
 
   paranoia = gst_elementfactory_make("cdparanoia","paranoia");
   g_return_val_if_fail(paranoia != NULL,2);