From 333b77bc9fa5d8b7f592b63eac4d77cdcb92a280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 1 May 2020 10:07:09 +0300 Subject: [PATCH] Add missing colons to Since markers in the docs Part-of: --- gst/gstsystemclock.h | 2 +- libs/gst/check/gsttestclock.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstsystemclock.h b/gst/gstsystemclock.h index 7621268..01b1f22 100644 --- a/gst/gstsystemclock.h +++ b/gst/gstsystemclock.h @@ -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. */ diff --git a/libs/gst/check/gsttestclock.c b/libs/gst/check/gsttestclock.c index 2804e1e..28a390d 100644 --- a/libs/gst/check/gsttestclock.c +++ b/libs/gst/check/gsttestclock.c @@ -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. -- 2.7.4