mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: fix location in user's home directory where GStreamer looks for plugins
It's based on the xdg user data dir now in 1.0.
This commit is contained in:
parent
1a1a9e143f
commit
f34d5bfa0f
1 changed files with 6 additions and 3 deletions
|
@ -42,10 +42,13 @@ with
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
plug-ins in the user's home directory. These are stored in a directory called
|
plug-ins in the user's home directory, or rather the user's "data home"
|
||||||
|
directory according to the xdg base dir specification. Usually this will be
|
||||||
|
a directory called
|
||||||
<filename>plugins</filename> inside the
|
<filename>plugins</filename> inside the
|
||||||
<filename>.gstreamer-&GST_API_VERSION;</filename> directory in the user's
|
<filename>.local/share/.gstreamer-&GST_API_VERSION;</filename> directory in
|
||||||
home directory.
|
the user's home directory by default, though this search path may change if
|
||||||
|
the XDG_DATA_HOME environment variable is set.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue