gstreamer/test/xml
Richard Boulton 55bc3d863c Include compatability defines for libxml: use xmlChildrenNode instead of childs.
Original commit message from CVS:
Include compatability defines for libxml: use xmlChildrenNode instead of
childs.
2001-03-02 17:03:20 +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 Updates for the gst_pad_push changes 2000-12-27 22:39:45 +00:00
Makefile.am Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +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?