diff --git a/docs/random/ds/registry b/docs/random/ds/registry new file mode 100644 index 0000000000..ff06ef6ab5 --- /dev/null +++ b/docs/random/ds/registry @@ -0,0 +1,15 @@ + +Ideas for a new registry system: + +- each plugin has an associated registry XML file. Each xml file in + a plugin directory is loaded to create the in-core registry. + +- needed for avidemux: + + plugin x create some registry information that says stuff like: + "caps x are fourcc FOOO in avi" + or "caps y may be contained in id3 tagged files" + or "caps z is a valid format to put in an ogg container" + + +