Original commit message from CVS:
add note
This commit is contained in:
Thomas Vander Stichele 2004-06-17 19:06:50 +00:00
parent 5f1a8891df
commit 2f391173fc
3 changed files with 20 additions and 42 deletions

View file

@ -76,8 +76,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
<!-- ##### SIGNAL GstElement::error ##### --> <!-- ##### SIGNAL GstElement::error ##### -->
@ -85,11 +83,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@:
@:
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
@arg1: @arg1:
@arg2: @arg2:
@ -100,10 +93,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@:
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
@arg1: @arg1:
@arg2: @arg2:
@ -113,9 +102,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
@arg1: @arg1:
@ -124,8 +110,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
<!-- ##### SIGNAL GstElement::pad-removed ##### --> <!-- ##### SIGNAL GstElement::pad-removed ##### -->
@ -133,9 +117,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
@arg1: @arg1:
@ -144,10 +125,6 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para> </para>
@:
@:
@:
@gstelement: the object which received the signal. @gstelement: the object which received the signal.
@arg1: @arg1:
@arg2: @arg2:

View file

@ -408,12 +408,13 @@ Function signature to handle a new link on the pad.
<!-- ##### USER_FUNCTION GstPadGetCapsFunction ##### --> <!-- ##### USER_FUNCTION GstPadGetCapsFunction ##### -->
<para> <para>
Returns the capabilities of the specified pad. By default this function Returns a copy of the capabilities of the specified pad. By default this
will return the pad template capabilities, but can optionally be overridden. function will return the pad template capabilities, but can optionally
be overridden.
</para> </para>
@pad: the #GstPad to get the capabilities of. @pad: the #GstPad to get the capabilities of.
@Returns: the #GstCaps of the pad. @Returns: a newly allocated copy #GstCaps of the pad.
<!-- # Unused Parameters # --> <!-- # Unused Parameters # -->
@caps: the peer's #GstCaps, can be used to filter the capabilities. @caps: the peer's #GstCaps, can be used to filter the capabilities.

View file

@ -127,58 +127,58 @@ template.
</para> </para>
@gstelement: the object which received the signal. @:
<!-- ##### SIGNAL GstElement::error ##### --> <!-- ##### SIGNAL GstElement::error ##### -->
<para> <para>
</para> </para>
@gstelement: the object which received the signal. @:
@arg1: @:
@arg2: @:
@arg3: @:
<!-- ##### SIGNAL GstElement::found-tag ##### --> <!-- ##### SIGNAL GstElement::found-tag ##### -->
<para> <para>
</para> </para>
@gstelement: the object which received the signal. @:
@arg1: @:
@arg2: @:
<!-- ##### SIGNAL GstElement::new-pad ##### --> <!-- ##### SIGNAL GstElement::new-pad ##### -->
<para> <para>
</para> </para>
@gstelement: the object which received the signal. @:
@arg1: @:
<!-- ##### SIGNAL GstElement::no-more-pads ##### --> <!-- ##### SIGNAL GstElement::no-more-pads ##### -->
<para> <para>
</para> </para>
@gstelement: the object which received the signal. @:
<!-- ##### SIGNAL GstElement::pad-removed ##### --> <!-- ##### SIGNAL GstElement::pad-removed ##### -->
<para> <para>
</para> </para>
@gstelement: the object which received the signal. @:
@arg1: @:
<!-- ##### SIGNAL GstElement::state-change ##### --> <!-- ##### SIGNAL GstElement::state-change ##### -->
<para> <para>
</para> </para>
@gstelement: the object which received the signal. @:
@arg1: @:
@arg2: @:
<!-- ##### STRUCT GstElementClass ##### --> <!-- ##### STRUCT GstElementClass ##### -->
<para> <para>