From d74fc2e0faf07ca778c75907bdace82ea748e342 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 16 Apr 2001 21:43:21 +0000 Subject: [PATCH] Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. Original commit message from CVS: Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. --- examples/autoplug/autoplug.c | 2 +- tests/old/examples/autoplug/autoplug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/autoplug/autoplug.c b/examples/autoplug/autoplug.c index ce3b00eadf..091508e352 100644 --- a/examples/autoplug/autoplug.c +++ b/examples/autoplug/autoplug.c @@ -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 */ diff --git a/tests/old/examples/autoplug/autoplug.c b/tests/old/examples/autoplug/autoplug.c index ce3b00eadf..091508e352 100644 --- a/tests/old/examples/autoplug/autoplug.c +++ b/tests/old/examples/autoplug/autoplug.c @@ -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 */