mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Add missing colons to Since markers in the docs
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/452>
This commit is contained in:
parent
d2299180c9
commit
333b77bc9f
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ typedef struct _GstSystemClockPrivate GstSystemClockPrivate;
|
|||
* point
|
||||
* @GST_CLOCK_TYPE_OTHER: some other time source is used (Since: 1.0.5)
|
||||
* @GST_CLOCK_TYPE_TAI: time since Epoch, but using International Atomic Time
|
||||
* as reference (Since 1.18)
|
||||
* as reference (Since: 1.18)
|
||||
*
|
||||
* The different kind of clocks.
|
||||
*/
|
||||
|
|
|
@ -1191,7 +1191,7 @@ gst_test_clock_id_list_get_latest_time (const GList * pending_list)
|
|||
* A "crank" consists of three steps:
|
||||
* 1: Wait for a #GstClockID to be registered with the #GstTestClock.
|
||||
* 2: Advance the #GstTestClock to the time the #GstClockID is waiting, unless
|
||||
* the clock time is already passed the clock id (Since 1.18).
|
||||
* the clock time is already passed the clock id (Since: 1.18).
|
||||
* 3: Release the #GstClockID wait.
|
||||
* A "crank" can be though of as the notion of
|
||||
* manually driving the clock forward to its next logical step.
|
||||
|
|
Loading…
Reference in a new issue