mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
docs: add missing "Since: 0.10.32" markers for GstClock
Since tags were missing for gst_clock_single_shot_id_reinit() and GST_CLOCK_DONE.
This commit is contained in:
parent
b387daa6ff
commit
3a0a6b477a
2 changed files with 3 additions and 1 deletions
|
@ -239,6 +239,8 @@ gst_clock_entry_reinit (GstClock * clock, GstClockEntry * entry,
|
|||
*
|
||||
* Returns: %TRUE if the GstClockID could be reinitialized to the provided
|
||||
* @time, else %FALSE.
|
||||
*
|
||||
* Since: 0.10.32
|
||||
*/
|
||||
gboolean
|
||||
gst_clock_single_shot_id_reinit (GstClock * clock, GstClockID id,
|
||||
|
|
|
@ -260,7 +260,7 @@ typedef gboolean (*GstClockCallback) (GstClock *clock, GstClockTime time,
|
|||
* @GST_CLOCK_BADTIME: A bad time was provided to a function.
|
||||
* @GST_CLOCK_ERROR: An error occurred
|
||||
* @GST_CLOCK_UNSUPPORTED: Operation is not supported
|
||||
* @GST_CLOCK_DONE: The ClockID is done waiting
|
||||
* @GST_CLOCK_DONE: The ClockID is done waiting (Since: 0.10.32)
|
||||
*
|
||||
* The return value of a clock operation.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue