mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
0032727103
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 ;-) |
||
---|---|---|
.. | ||
.gitignore | ||
createreg.c | ||
Makefile.am | ||
README | ||
readreg.c |
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?