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 110707 - GST_REGISTRY did not get respected during init_pre () and testsuite was broken because of it
GST_REGISTRY did not get respected during init_pre () and testsuite was broke...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other other
: Normal normal
: 0.6.x
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-13 21:50 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix GST_REGISTRY handling (8.97 KB, patch)
2003-04-13 21:51 UTC, Thomas Vander Stichele
none Details | Review
new version of patch against HEAD (10.10 KB, patch)
2003-05-18 22:58 UTC, Thomas Vander Stichele
none Details | Review

Description Thomas Vander Stichele 2003-04-13 21:50:31 UTC
GST_REGISTRY env var allows setting the location of the user registry (?)
to a different location.  This was used in testsuite, but it isn't checked
in init_pre (), which errors out if user and global registry do not exist.

This patch makes init_pre () look at GST_REGISTRY and use that preferably,
and fixes the testsuite to make uniform use of this.
Comment 1 Thomas Vander Stichele 2003-04-13 21:51:32 UTC
Created attachment 15685 [details] [review]
patch to fix GST_REGISTRY handling
Comment 2 Christian Fredrik Kalager Schaller 2003-05-12 14:08:05 UTC
I guess this should be commited now :)
Comment 3 Thomas Vander Stichele 2003-05-18 22:58:23 UTC
Created attachment 16613 [details] [review]
new version of patch against HEAD
Comment 4 David Schleef 2003-07-17 08:09:45 UTC
Was this committed?
Comment 5 David Schleef 2003-07-29 03:56:14 UTC
Yes it was.