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 577926 - Remove old xml registry
Remove old xml registry
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-04 12:30 UTC by Tim-Philipp Müller
Modified: 2009-05-11 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes the xml registry (33.69 KB, patch)
2009-04-04 12:31 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2009-04-04 12:30:29 UTC
I don't see the point in keeping it around at all. Posting it here to gather more comments first.

* __tim ponders removing the xml registry
<bilboed> __tim, hm.... while I'd be totally in favor of that ... wouldn't it be a regression ?
<__tim> bilboed, why?
<bilboed> being able to use the registry as a xml file could be considered part of our offering
<bilboed> removing that equals removing a feature
<__tim> true, it could be
<bilboed> just playing the devil's advocate here
<__tim> but I think that's complete crack, and was never implied anywhere
<__tim> and if someone does that, it's broken and they should fix their stuff
<__tim> in fact, I'd argue that we have gst-xmlinspect, so there's was 0 reason to parse the xml registry directly
<__tim> bilboed, oh, and also, we've already regressed in that we've migrated to the binary registry, so now we're only talking about people who have control over their gstreamer build, and they had enough transition time imo
<__tim> (they had to do --disable-binary-registry or so already for things not to break)
<__tim> but now you've put me off, bah
<bilboed> fine fine, way more arguments in favor than against. Do it ! Case closed :)
Comment 1 Tim-Philipp Müller 2009-04-04 12:31:16 UTC
Created attachment 132068 [details] [review]
Removes the xml registry
Comment 2 Sebastian Dröge (slomo) 2009-05-07 13:42:10 UTC
Good idea IMHO, let's remove it for next release :)
Comment 3 Tim-Philipp Müller 2009-05-11 23:35:27 UTC
Done:

 commit 01b93c1ef26fa678e26013a675b23c6ddbdfcbcb
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Tue May 12 00:09:58 2009 +0100

    xmlregistry: remove the old xml registry
    
    No point in keeping it around really. Fixes #577926.