gstreamer/test/xml
Wim Taymans 40f192075c Updates for the gst_pad_push changes
Original commit message from CVS:
Updates for the gst_pad_push changes
2000-12-27 22:39:45 +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 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 Updates for the gst_pad_push changes 2000-12-27 22:39:45 +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?