mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
Updated some signal descriptions, added some full stops and fixed some typos
Original commit message from CVS: Updated some signal descriptions, added some full stops and fixed some typos
This commit is contained in:
parent
b2334b319c
commit
cc30090c51
2 changed files with 5 additions and 5 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit b4a839c99c0bf2d4903824426ef3cc0d4b0ad992
|
Subproject commit b7abb510aa14e8692df39ea8c2c758e37d8a8d8a
|
|
@ -981,7 +981,7 @@ condition.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::error ##### -->
|
<!-- ##### SIGNAL GstElement::error ##### -->
|
||||||
<para>
|
<para>
|
||||||
Is trigered whenever an error occured
|
Is triggered whenever an error occured.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -991,7 +991,7 @@ Is trigered whenever an error occured
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::new-pad ##### -->
|
<!-- ##### SIGNAL GstElement::new-pad ##### -->
|
||||||
<para>
|
<para>
|
||||||
Is trigered whenever a new pad is added to an element
|
Is triggered whenever a new pad is added to an element.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@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 ##### -->
|
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Is triggered whenever a pad has been removed from the element.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@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 ##### -->
|
<!-- ##### SIGNAL GstElement::state-change ##### -->
|
||||||
<para>
|
<para>
|
||||||
Is trigered whenever the state of an element changes
|
Is triggered whenever the state of an element changes.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
|
|
Loading…
Reference in a new issue