audiotestsrc is not part of core, fakesrc is
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 22 Sep 2006 14:30:49 +0000 (14:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 22 Sep 2006 14:30:49 +0000 (14:30 +0000)
Original commit message from CVS:
audiotestsrc is not part of core, fakesrc is

docs/manual/basics-elements.xml

index 41dffa2..cc88d13 100644 (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;
   }