mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
changed to macros
Original commit message from CVS: changed to macros
This commit is contained in:
parent
45a34253ac
commit
7d3c4b8d6c
1 changed files with 16 additions and 44 deletions
|
@ -81,22 +81,21 @@ of an element he doesn't need anymore.
|
||||||
@element: a #GstElement to destroy
|
@element: a #GstElement to destroy
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_get_name ##### -->
|
<!-- ##### MACRO gst_element_set_name ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Sets the name of the element, getting rid of the old name if there was one.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@element:
|
@element: a #GstElement to set the name of.
|
||||||
@Returns:
|
@name: the new name of the element.
|
||||||
|
|
||||||
|
<!-- ##### MACRO gst_element_get_name ##### -->
|
||||||
<!-- ##### FUNCTION gst_element_set_name ##### -->
|
|
||||||
<para>
|
<para>
|
||||||
|
Gets the name of the element.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@element:
|
@element: a #GstElement to get the name of.
|
||||||
@name:
|
@Returns: the name of the element.
|
||||||
|
|
||||||
|
|
||||||
<!-- connection -->
|
<!-- connection -->
|
||||||
|
@ -470,24 +469,6 @@ of an element he doesn't need anymore.
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GstElementGetClockFunction ##### -->
|
|
||||||
<para>
|
|
||||||
The function to get the clock from a clock providing element
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@element: The element to get the clock of
|
|
||||||
@Returns: The clock provided by the element
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GstElementSetClockFunction ##### -->
|
|
||||||
<para>
|
|
||||||
The function to set the clock on a clock receiving element.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@element: The element to set the clock on
|
|
||||||
@clock: The clock to set on the element
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_set_loop_function ##### -->
|
<!-- ##### FUNCTION gst_element_set_loop_function ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -525,22 +506,22 @@ circumstances.
|
||||||
@sched:
|
@sched:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_get_parent ##### -->
|
<!-- ##### MACRO gst_element_get_parent ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Gets the parent of an element.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@element:
|
@element: a #GstElement to get the parent of.
|
||||||
@Returns:
|
@Returns: the #GstObject parent of the element.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_set_parent ##### -->
|
<!-- ##### MACRO gst_element_set_parent ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Sets the parent of an element.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@element:
|
@element: a #GstElement to set the parent of.
|
||||||
@parent:
|
@parent: the new #GstObject parent of the object.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_get_managing_bin ##### -->
|
<!-- ##### FUNCTION gst_element_get_managing_bin ##### -->
|
||||||
|
@ -872,15 +853,6 @@ Get the clock of this element
|
||||||
@obj: a #GstElement to query
|
@obj: a #GstElement to query
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::deep-notify ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
|
||||||
@arg1:
|
|
||||||
@arg2:
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::eos ##### -->
|
<!-- ##### SIGNAL GstElement::eos ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue