From: Tim-Philipp Müller Date: Thu, 14 Feb 2013 13:55:10 +0000 (+0000) Subject: docs: fix location in user's home directory where GStreamer looks for plugins X-Git-Tag: 1.1.1~263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f34d5bfa0f762206b2ba17b7c5a220cf5e6230cf;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/docs/gst/running.xml b/docs/gst/running.xml index 926a1a3..5564a1b 100644 --- a/docs/gst/running.xml +++ b/docs/gst/running.xml @@ -42,10 +42,13 @@ with -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 plugins inside the -.gstreamer-&GST_API_VERSION; directory in the user's -home directory. +.local/share/.gstreamer-&GST_API_VERSION; directory in +the user's home directory by default, though this search path may change if +the XDG_DATA_HOME environment variable is set.