From: Erik Walthinsen Date: Mon, 16 Apr 2001 21:43:21 +0000 (+0000) Subject: Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. X-Git-Tag: BRANCH-PLUGINVER1-ROOT~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d74fc2e0faf07ca778c75907bdace82ea748e342;p=platform%2Fupstream%2Fgstreamer.git Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. Original commit message from CVS: Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. --- diff --git a/examples/autoplug/autoplug.c b/examples/autoplug/autoplug.c index ce3b00e..091508e 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 ce3b00e..091508e 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 */