anal retentiveness creeping up in my old days
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 9 Sep 2002 09:31:26 +0000 (09:31 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 9 Sep 2002 09:31:26 +0000 (09:31 +0000)
Original commit message from CVS:
anal retentiveness creeping up in my old days

docs/random/plugins

index 8b1b1d0..2bf695a 100644 (file)
@@ -10,21 +10,21 @@ 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:
 
-  - elementfactories
-  - typefactories
-  - metadatafactories?
+  - element factories
+  - type factories
+  - metadata factories?
 
 ElementFactory
 --------------
 
-elementfactories provide the core library with elements (duh)
+element factories provide the core library with elements (duh)
 
-an elementfactory has the following information:
+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.