After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 110094 - [Windows] Global registry file and plugin path
[Windows] Global registry file and plugin path
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-06 08:21 UTC by Andrew Turner
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to set both paths (5.69 KB, patch)
2003-04-06 08:22 UTC, Andrew Turner
none Details | Review
win32/gstwin.h - windows header (268 bytes, text/plain)
2003-04-06 08:24 UTC, Andrew Turner
  Details

Description Andrew Turner 2003-04-06 08:21:58 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
Comment 1 Andrew Turner 2003-04-06 08:22:53 UTC
Created attachment 15505 [details] [review]
Patch to set both paths
Comment 2 Andrew Turner 2003-04-06 08:24:05 UTC
Created attachment 15506 [details]
win32/gstwin.h - windows header
Comment 3 Thomas Vander Stichele 2003-05-11 17:53:22 UTC
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 ?
Comment 4 Andrew Turner 2003-06-03 22:29:52 UTC
I'm closing this bug as I'm now working on getting GStreamer to work
in cygwin first.