GNOME Bugzilla – Bug 110094
[Windows] Global registry file and plugin path
Last modified: 2009-08-15 18:40:50 UTC
The location for the global registry file and plugin path on Windows is unknown as Windows can be installed in c:\windows, c:\winnt, etc. The attached patch sets the path for the global registry and plugin path to the System dir eg. c:\windows\system
Created attachment 15505 [details] [review] Patch to set both paths
Created attachment 15506 [details] win32/gstwin.h - windows header
Hi, a few comments : a) the patch uses // style comments, change these to /* */ b) you're uncommenting headers without explanation - why ? c) the coding style is different from the coding style throughout the core. Does it actually work on windows ? Are you interested in maintaining the windows parts ?
I'm closing this bug as I'm now working on getting GStreamer to work in cygwin first.