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 669750 - Should set GST_REGISTRY
Should set GST_REGISTRY
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-02-09 14:38 UTC by Guillaume Desmottes
Modified: 2012-02-09 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.py: export GST_REGISTRY (1.06 KB, patch)
2012-02-09 14:40 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-02-09 14:38:42 UTC
Needed to make sure gst won't be confused assuming we are still using the system elements.
Comment 1 Guillaume Desmottes 2012-02-09 14:40:39 UTC
Created attachment 207191 [details] [review]
config.py: export GST_REGISTRY

The registry is a cache of GStreamer elements. Jhbuild should use its own
registry to make sure we'll use the elements from the custom GST_PLUGIN_PATH.
Comment 2 Frederic Peters 2012-02-09 14:41:50 UTC
Sounds ok, go ahead.
Comment 3 Guillaume Desmottes 2012-02-09 14:43:02 UTC
Attachment 207191 [details] pushed as 46627c3 - config.py: export GST_REGISTRY