From 0b08c3f2137b5fd583a225621abb9912c463cbdc Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 4 Jan 2002 19:47:17 +0000 Subject: [PATCH] finalize conversion to gst-register Original commit message from CVS: finalize conversion to gst-register --- gst/gstparse.c | 2 +- gst/gstplugin.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstparse.c b/gst/gstparse.c index 49fc423..881354a 100644 --- a/gst/gstparse.c +++ b/gst/gstparse.c @@ -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", diff --git a/gst/gstplugin.c b/gst/gstplugin.c index 0578abb..a74451c 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -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 (); */ -- 2.7.4