mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
anal retentiveness creeping up in my old days
Original commit message from CVS: anal retentiveness creeping up in my old days
This commit is contained in:
parent
1037275ae7
commit
3103adcfbe
1 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ Plugins
|
|||
plugins are basically shared libraries with a plugin_init
|
||||
function.
|
||||
|
||||
they provide the GStreamer core library with the folowing
|
||||
they provide the GStreamer core library with the following
|
||||
information:
|
||||
|
||||
- element factories
|
||||
|
@ -24,7 +24,7 @@ elementfactories provide the core library with elements (duh)
|
|||
|
||||
an element factory has the following information:
|
||||
|
||||
- a unique name for the element
|
||||
- a unique name for the element factory
|
||||
- strings describing the element (name, desciption, copyright,...)
|
||||
- a description of the media types it accepts (as capabilities)
|
||||
- a description of the media types it outputs (as capabilities)
|
||||
|
@ -44,7 +44,7 @@ has the following properties:
|
|||
XML registry
|
||||
------------
|
||||
|
||||
The complete plugin tree will be exported into an XML desciption so
|
||||
The complete plugin tree will be exported into an XML description so
|
||||
that the definitions of the factories can be obtained without having
|
||||
to load and plugin_init the plugins.
|
||||
|
||||
|
|
Loading…
Reference in a new issue