GNOME Bugzilla – Bug 548786
[win32] search for plugins based on location of DLL
Last modified: 2009-01-09 22:58:18 UTC
It is apparently common in the windows world to search for data files related to your program by looking at the directory that the program or DLL was loaded from. The attached patch adds this behavior to add a directory to the search path for GStreamer plugins. (Imagine that the patch has a comment stating what it does.)
Created attachment 117110 [details] [review] patch
Makes sense IMHO as this is the expected behaviour on Windows...
Dave, did you want this in? Core freeze is coming up...
I have not tested it, and won't get the chance for at least a week. It would be nice if someone else could test it and let us know if it works as expected.
2008-12-05 David Schleef <ds@schleef.org> * gst/gst.c: Search for plugins on win32 based on the location of the gstreamer DLL. Fixes #548786