Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 16 Apr 2001 21:43:21 +0000 (21:43 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 16 Apr 2001 21:43:21 +0000 (21:43 +0000)
Original commit message from CVS:
Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.

examples/autoplug/autoplug.c
tests/old/examples/autoplug/autoplug.c

index ce3b00e..091508e 100644 (file)
@@ -73,7 +73,7 @@ int main(int argc,char *argv[])
   }
 
   /* create a new bin to hold the elements */
-  bin = gst_bin_new("bin");
+  bin = gst_pipeline_new("pipeline");
   g_assert(bin != NULL);
 
   /* create a disk reader */
index ce3b00e..091508e 100644 (file)
@@ -73,7 +73,7 @@ int main(int argc,char *argv[])
   }
 
   /* create a new bin to hold the elements */
-  bin = gst_bin_new("bin");
+  bin = gst_pipeline_new("pipeline");
   g_assert(bin != NULL);
 
   /* create a disk reader */