mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
element: Document when a clock is available from gst_element_get_clock()
https://bugzilla.gnome.org/show_bug.cgi?id=744442
This commit is contained in:
parent
59d9992ed0
commit
518babf6cb
1 changed files with 3 additions and 0 deletions
|
@ -417,6 +417,9 @@ gst_element_set_clock (GstElement * element, GstClock * clock)
|
|||
* Gets the currently configured clock of the element. This is the clock as was
|
||||
* last set with gst_element_set_clock().
|
||||
*
|
||||
* Elements in a pipeline will only have their clock set when the
|
||||
* pipeline is in the PLAYING state.
|
||||
*
|
||||
* Returns: (transfer full): the #GstClock of the element. unref after usage.
|
||||
*
|
||||
* MT safe.
|
||||
|
|
Loading…
Reference in a new issue