mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
api change doc clarification
Original commit message from CVS: * api change * doc clarification
This commit is contained in:
parent
d38b086c67
commit
2ed7bf4e67
2 changed files with 12 additions and 11 deletions
|
@ -345,8 +345,8 @@ gst_element_get_compatible_pad_filtered
|
|||
|
||||
gst_element_set_state
|
||||
gst_element_get_state
|
||||
gst_element_state_get_name
|
||||
gst_element_wait_state_change
|
||||
gst_element_statename
|
||||
|
||||
gst_element_error
|
||||
gst_element_set_eos
|
||||
|
@ -474,7 +474,7 @@ GstClockReturn
|
|||
GST_CLOCK_DIFF
|
||||
GST_TIMEVAL_TO_TIME
|
||||
GstClock
|
||||
gst_clock_activate
|
||||
gst_clock_set_active
|
||||
gst_clock_is_active
|
||||
gst_clock_async_supported
|
||||
gst_clock_wait_async
|
||||
|
|
|
@ -59,6 +59,7 @@ You can get and set a #GstClock on an element using gst_element_get_clock()
|
|||
and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||
#GstClockTime using gst_element_clock_wait().
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
#GstElementFactory, #GstPad
|
||||
|
@ -351,15 +352,7 @@ of an element he doesn't need anymore.
|
|||
@elem:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_element_wait_state_change ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@element:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_element_statename ##### -->
|
||||
<!-- ##### FUNCTION gst_element_state_get_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -368,6 +361,14 @@ of an element he doesn't need anymore.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_element_wait_state_change ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@element:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_element_error ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue