Updated some signal descriptions, added some full stops and fixed some typos
authorIain Holmes <iain@prettypeople.org>
Fri, 26 Sep 2003 11:54:40 +0000 (11:54 +0000)
committerIain Holmes <iain@prettypeople.org>
Fri, 26 Sep 2003 11:54:40 +0000 (11:54 +0000)
Original commit message from CVS:
Updated some signal descriptions, added some full stops and fixed some typos

common
docs/gst/tmpl/gstelement.sgml

diff --git a/common b/common
index b4a839c..b7abb51 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit b4a839c99c0bf2d4903824426ef3cc0d4b0ad992
+Subproject commit b7abb510aa14e8692df39ea8c2c758e37d8a8d8a
index 6e40541..c06cdbd 100644 (file)
@@ -981,7 +981,7 @@ condition.
 
 <!-- ##### SIGNAL GstElement::error ##### -->
 <para>
-Is trigered whenever an error occured
+Is triggered whenever an error occured.
 
 </para>
 
@@ -991,7 +991,7 @@ Is trigered whenever an error occured
 
 <!-- ##### SIGNAL GstElement::new-pad ##### -->
 <para>
-Is trigered whenever a new pad is added to an element
+Is triggered whenever a new pad is added to an element.
 </para>
 
 @gstelement: the object which received the signal.
@@ -999,7 +999,7 @@ Is trigered whenever a new pad is added to an element
 
 <!-- ##### SIGNAL GstElement::pad-removed ##### -->
 <para>
-
+Is triggered whenever a pad has been removed from the element.
 </para>
 
 @gstelement: the object which received the signal.
@@ -1007,7 +1007,7 @@ Is trigered whenever a new pad is added to an element
 
 <!-- ##### SIGNAL GstElement::state-change ##### -->
 <para>
-Is trigered whenever the state of an element changes
+Is triggered whenever the state of an element changes.
 </para>
 
 @gstelement: the object which received the signal.