mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
Short list of stuff we should be able to disable for embedded systems.
Original commit message from CVS: Short list of stuff we should be able to disable for embedded systems.
This commit is contained in:
parent
3ac27d6cf1
commit
4315091bcb
1 changed files with 35 additions and 0 deletions
35
docs/random/wtay/strip_down
Normal file
35
docs/random/wtay/strip_down
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
|
||||||
|
Howto strip gstreamer
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
subsystems that can disabled:
|
||||||
|
|
||||||
|
* autoplugging (gstautoplug.h)
|
||||||
|
- autoplugging functions not available
|
||||||
|
|
||||||
|
* registry (gstregistry.h)
|
||||||
|
- can't instantiate registry objects
|
||||||
|
- registry pool only contains statically
|
||||||
|
registered plugins
|
||||||
|
|
||||||
|
* typefind (gsttypefind.h)
|
||||||
|
- typefind element is not compiled in the core
|
||||||
|
|
||||||
|
* enumtypes (gstenumtypes.h)
|
||||||
|
- code not linked into the core
|
||||||
|
|
||||||
|
* index (gstindex.h)
|
||||||
|
- index plugin feature not available
|
||||||
|
|
||||||
|
* plugin (gstplugin.h, gstregistry.h, gstpluginfeature.h)
|
||||||
|
- can't group elementfactories in plugins
|
||||||
|
- no pluginfeatures
|
||||||
|
- no registrypool
|
||||||
|
|
||||||
|
* URI (gsturi.h)
|
||||||
|
- no urihandler pluginfeature
|
||||||
|
|
||||||
|
* load/save (gstxml.h, various other files)
|
||||||
|
- no object serialisation to XML
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue