gstreamer/test/xml
Erik Walthinsen 0032727103 More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g...
Original commit message from CVS:
More incremental updates.  I can now successfully produce an rpm simply by
typing `./autogen.sh;make rpm`.  This is good ;-)
2000-01-31 09:43:08 +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 initial checkin 2000-01-30 10:44:33 +00:00
Makefile.am More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +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 - added usage info 2000-01-31 03:22:49 +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?