[Bug 784337] GStreamer doesn't work when the application path contains a folder named "bin"
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 29 14:13:08 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784337
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
Severity|major |enhancement
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This is Windows-only and behaviour caused by
g_win32_get_package_installation_directory_of_module(). It considers the
installation directory the one that is the parent directory of the DLL after
skipping all "bin" and "lib" directories.
Adding just ../lib/gstreamer-1.0 relative to the parent directory as another,
additional search path if it is different from the above and the above is not
found could be done. It is important to keep backwards compatibility.
Also this is not really a "major" bug but a feature request. It is all working
as documented and you are using a custom directory structure, so first of all
you'll have to work around that and probably also run into similar problems
with other libraries (e.g. GIO not finding the TLS module).
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list