docs: paths in env vars are separated by semicolons on windows

https://bugzilla.gnome.org/show_bug.cgi?id=772431
This commit is contained in:
Tim-Philipp Müller 2016-10-10 10:59:26 +01:00
parent 0b9b8c768c
commit 6d0d350a94

View file

@ -36,7 +36,8 @@ variables like <envar>LANG</envar>, <envar>PATH</envar> or <envar>HOME</envar>.
<para> <para>
This environment variable can be set to a colon-separated list of paths. This environment variable can be set to a colon-separated list of paths (or
semicolon-separated list on Windows).
If this variable is not set, GStreamer will fill in this list for you If this variable is not set, GStreamer will fill in this list for you
with with
<itemizedlist> <itemizedlist>
@ -87,7 +88,8 @@ uninstalled (for development purposes) or while running testsuites.
<title><envar>GST_PLUGIN_PATH</envar>, <envar>GST_PLUGIN_PATH_1_0</envar></title> <title><envar>GST_PLUGIN_PATH</envar>, <envar>GST_PLUGIN_PATH_1_0</envar></title>
<para> <para>
This environment variable can be set to a colon-separated list of paths. This environment variable can be set to a colon-separated list of paths (or a
semicolon-separated list on Windows).
GStreamer will scan these paths for GStreamer plug-ins. These plug-ins will GStreamer will scan these paths for GStreamer plug-ins. These plug-ins will
be loaded in addition to, and before, the plug-ins in the system paths. be loaded in addition to, and before, the plug-ins in the system paths.
</para> </para>