mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
more notes
Original commit message from CVS: more notes
This commit is contained in:
parent
f9f59df2ca
commit
b0af935414
1 changed files with 15 additions and 0 deletions
15
docs/random/ds/registry
Normal file
15
docs/random/ds/registry
Normal file
|
@ -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:
|
||||
|
||||
<Company> plugin x create some registry information that says stuff like:
|
||||
<Company> "caps x are fourcc FOOO in avi"
|
||||
<Company> or "caps y may be contained in id3 tagged files"
|
||||
<Company> or "caps z is a valid format to put in an ogg container"
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue