diff options
author | William Manley <will@williammanley.net> | 2014-02-11 16:30:31 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-02-11 20:56:48 +0100 |
commit | be8eeabefcec730747369b63395dba941eaf9c69 (patch) | |
tree | 6ac4fc9dd18914d69ba751c5955a09468880b138 /docs/gst | |
parent | 71ad1d6fdd39840b770bfa03a2822b68eee57df9 (diff) |
docs: Fix location of plugins and registry in home directories
Fixes out of date documentation left over since 0.10. In 1.0 plugins are
stored in $XDG_DATA_HOME and the registry in $XDG_CACHE_HOME conformant
with the XDG Base Directory Specification[1].
[1]: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
https://bugzilla.gnome.org/show_bug.cgi?id=724132
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/running.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gst/running.xml b/docs/gst/running.xml index 9b4a36bfe..67ac4fa21 100644 --- a/docs/gst/running.xml +++ b/docs/gst/running.xml @@ -46,7 +46,7 @@ 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>.local/share/.gstreamer-&GST_API_VERSION;</filename> directory in +<filename>.local/share/gstreamer-&GST_API_VERSION;</filename> directory in the user's home directory by default, though this search path may change if the XDG_DATA_HOME environment variable is set. </para> |