gstreamer/test/xml
Wrobell d68126c9a9 Merged from trunk
Original commit message from CVS:
Merged from trunk
2001-12-06 01:55:58 +00:00
..
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
createreg.c Lots of modifications to the plugin system. 2001-08-21 20:16:48 +00:00
Makefile.am Merged from trunk 2001-12-06 01:55:58 +00:00
README A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00
readreg.c Include compatability defines for libxml: use xmlChildrenNode instead of childs. 2001-03-02 17:03:20 +00:00

This is my test code for reading and writing an XML registry of the
plugins.  This will be eventually folded back into the main library, such
that when you query the list of plugins, you get all the plugins that are
either loaded or listed in the registry.  When you actually ask for a
given plugin, it will load it if necessary.  Pretty cool, huh?