Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.

Original commit message from CVS:
Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
This commit is contained in:
Erik Walthinsen 2001-04-16 21:43:21 +00:00
parent c1d51abd16
commit d74fc2e0fa
2 changed files with 2 additions and 2 deletions

View 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 */

View 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 */