docs: installing-on-windows: %HOMEFOLDER% does not exist

%HOMEPATH% does, however.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/52

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859>
This commit is contained in:
Tim-Philipp Müller 2024-11-09 17:20:28 +00:00 committed by GStreamer Marge Bot
parent 4702cae7ff
commit 96d762c6eb

View file

@ -59,7 +59,7 @@ Windows start icon > Search "environment variables" > Edit the system environmen
At runtime, GStreamer will look for its plugins in the following folders:
- `%HOMEDRIVE%%HOMEFOLDER%/.gstreamer-1.0/plugins`
- `%HOMEDRIVE%%HOMEPATH%/.gstreamer-1.0/plugins`
- `C:\gstreamer\1.0\x86\lib\gstreamer-1.0`
- `<location of gstreamer-1.0-0.dll>\..\lib\gstreamer-1.0`
- `%GST_PLUGIN_PATH%`