GNOME Bugzilla – Bug 772431
Doc is wrong about GST_PLUGIN_PATH being colon separated - it's semicolon on Windows.
Last modified: 2016-10-31 14:33:54 UTC
On https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html it's claimed that GST_PLUGIN_PATH etc is a list separated by a colon. However, on windows it's actually a semicolon separated list as is evidenced by the code at https://github.com/GStreamer/gstreamer/blob/master/gst/gstregistry.c#L1621 which relies on G_SEARCHPATH_SEPARATOR_S which is a semicolon on Windows.
Do you want to provide a patch?
Guess not: commit 6d0d350a94ba6b4e7775a8321bd2a29e889cbc21 Author: Tim-Philipp Müller <tim@centricular.com> Date: Mon Oct 10 10:59:26 2016 +0100 docs: paths in env vars are separated by semicolons on windows https://bugzilla.gnome.org/show_bug.cgi?id=772431