so that people know about GST_PLUGIN_PATH
authorSteve Baker <steve@stevebaker.org>
Wed, 20 Feb 2002 20:17:30 +0000 (20:17 +0000)
committerSteve Baker <steve@stevebaker.org>
Wed, 20 Feb 2002 20:17:30 +0000 (20:17 +0000)
Original commit message from CVS:
so that people know about GST_PLUGIN_PATH

gst/gst.c

index 8ef2076..a8a9f45 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -85,7 +85,7 @@ static const struct poptOption options[] = {
   {"gst-mask",        NUL, POPT_ARG_INT|POPT_ARGFLAG_STRIP,    NULL, ARG_MASK,        "bitmask for both info and debugging", "MASK"},
   {"gst-plugin-spew", NUL, POPT_ARG_NONE|POPT_ARGFLAG_STRIP,   NULL, ARG_PLUGIN_SPEW, "enable verbose plugin loading diagnostics", NULL},
   {"gst-plugin-path", NUL, POPT_ARG_STRING|POPT_ARGFLAG_STRIP, NULL, ARG_PLUGIN_PATH, "'" G_SEARCHPATH_SEPARATOR_S "'--separated path list for loading plugins", "PATHS"},
-  {"gst-plugin-load", NUL, POPT_ARG_STRING|POPT_ARGFLAG_STRIP, NULL, ARG_PLUGIN_LOAD, "comma-separated list of plugins to preload", "PLUGINS"},
+  {"gst-plugin-load", NUL, POPT_ARG_STRING|POPT_ARGFLAG_STRIP, NULL, ARG_PLUGIN_LOAD, "comma-separated list of plugins to preload in addition to the list stored in env variable GST_PLUGIN_PATH", "PLUGINS"},
   {"gst-scheduler",   NUL, POPT_ARG_STRING|POPT_ARGFLAG_STRIP, NULL, ARG_SCHEDULER,   "scheduler to use ('basic' is the default)", "SCHEDULER"},
   POPT_TABLEEND
 };