Add missing colons to Since markers in the docs
authorSebastian Dröge <sebastian@centricular.com>
Fri, 1 May 2020 07:07:09 +0000 (10:07 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 1 May 2020 07:07:09 +0000 (10:07 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/452>

gst/gstsystemclock.h
libs/gst/check/gsttestclock.c

index 7621268..01b1f22 100644 (file)
@@ -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.
  */
index 2804e1e..28a390d 100644 (file)
@@ -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.