mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Some random ramblings about the next-gen registry..
Original commit message from CVS: Some random ramblings about the next-gen registry..
This commit is contained in:
parent
00f7eced6b
commit
334790d85a
1 changed files with 27 additions and 0 deletions
27
docs/random/wtay/registry
Normal file
27
docs/random/wtay/registry
Normal file
|
@ -0,0 +1,27 @@
|
|||
Requirements
|
||||
------------
|
||||
|
||||
- plugable backends:
|
||||
|
||||
- XML
|
||||
- flat file
|
||||
- GConf/bonobo conf
|
||||
- web registry
|
||||
- in memory (trivial?)
|
||||
- SQL backend (gda?)
|
||||
|
||||
- provide API to the core to load/inspect/save plugins.
|
||||
- provide user/system registry
|
||||
- provide combination of backends
|
||||
- provide backend specific queries
|
||||
|
||||
user/system registry
|
||||
--------------------
|
||||
|
||||
first query the user registry, then fall back to system registry.
|
||||
|
||||
API
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue