audiotestsrc is not part of core, fakesrc is

Original commit message from CVS:
audiotestsrc is not part of core, fakesrc is
This commit is contained in:
Thomas Vander Stichele 2006-09-22 14:30:49 +00:00
parent abfedeb4b8
commit 6be1935ae0

View file

@ -347,9 +347,9 @@ main (int argc,
gst_init (&argc, &argv);
/* get factory */
factory = gst_element_factory_find ("audiotestsrc");
factory = gst_element_factory_find ("fakesrc");
if (!factory) {
g_print ("You don't have the 'audiotestsrc' element installed!\n");
g_print ("You don't have the 'fakesrc' element installed!\n");
return -1;
}