finalize conversion to gst-register
authorAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 19:47:17 +0000 (19:47 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 19:47:17 +0000 (19:47 +0000)
Original commit message from CVS:
finalize conversion to gst-register

gst/gstparse.c
gst/gstplugin.c

index 49fc423..881354a 100644 (file)
@@ -341,7 +341,7 @@ gst_parse_launch_cmdline (int argc, char *argv[], GstBin * parent, gst_parse_pri
        if (!element) {
 #ifndef GST_DISABLE_REGISTRY
          fprintf (stderr,
-                  "Couldn't create a '%s', no such element or need to run gstreamer-register?\n",
+                  "Couldn't create a '%s', no such element or need to run gst-register?\n",
                   arg);
 #else
          fprintf (stderr, "Couldn't create a '%s', no such element or need to load pluginn?\n",
index 0578abb..a74451c 100644 (file)
@@ -46,7 +46,7 @@ gint _gst_libraries_seqno = 0;
 /* whether or not to spew library load issues */
 gboolean _gst_plugin_spew = FALSE;
 
-/* whether or not to warn if registry needs rebuild (gstreamer-register sets
+/* whether or not to warn if registry needs rebuild (gst-register sets
  * this to false.) */
 gboolean _gst_warn_old_registry = TRUE;
 
@@ -98,7 +98,7 @@ _gst_plugin_initialize (void)
       !plugin_times_older_than(get_time(GST_CONFIG_DIR"/reg.xml"))) 
   {
     if (_gst_warn_old_registry)
-       g_warning ("gstplugin: registry needs rebuild: run gstreamer-register\n");
+       g_warning ("gstplugin: registry needs rebuild: run gst-register\n");
     _gst_plugin_paths = g_list_concat (_gst_plugin_paths, gst_plugin_default_paths);
     gst_plugin_load_all ();
     /* gst_plugin_unload_all (); */