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 323222 - GStreamer 0.9.7 still checks in dirs containing 0.9
GStreamer 0.9.7 still checks in dirs containing 0.9
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.9.x
Other Linux
: Normal blocker
: 0.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-04 20:07 UTC by Thomas Vander Stichele
Modified: 2005-12-05 09:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.01 KB, patch)
2005-12-04 20:09 UTC, Thomas Vander Stichele
none Details | Review

Description Thomas Vander Stichele 2005-12-04 20:07:23 UTC
run an app, no .gstreamer-0.10 gets created/checked
Comment 1 Thomas Vander Stichele 2005-12-04 20:09:07 UTC
Created attachment 55608 [details] [review]
patch
Comment 2 Andy Wingo 2005-12-04 21:34:22 UTC
The patch also changes the name of the library; would be a problem if the
registry directory weren't changing anyway -- guess it's ok. Better patch
descriptions appreciated in the future.
Comment 3 Andy Wingo 2005-12-05 09:54:10 UTC
2005-12-05  Andy Wingo  <wingo@pobox.com>

	patch by: Thomas Vander Stichele  <thomas at apestaart dot org>

	* gst/gst.c (init_post): remove hard-coded 0.9 location for
	registries/plugins with a MAJORMINOR one.
	(plugin_desc): Rename library from gstcoreleements to
	staticelements. Fixes #323222.