diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 11:51:48 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 11:51:48 -0400 |
commit | ddedc412f55a92b80cae22f9a45840cbc2f6236b (patch) | |
tree | a34c69953dae9c3013b6543f9656e5c610a163d8 /gst/gstsystemclock.h | |
parent | 210c29665a68f95d398da085294766011be62e95 (diff) |
doc: Unify Since mark for attribute and enum
As this show up as prose in the doc, simply make it consistent
and "arguable" nicer to read.
Diffstat (limited to 'gst/gstsystemclock.h')
-rw-r--r-- | gst/gstsystemclock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstsystemclock.h b/gst/gstsystemclock.h index fe5d009d2..c14270874 100644 --- a/gst/gstsystemclock.h +++ b/gst/gstsystemclock.h @@ -47,7 +47,7 @@ typedef struct _GstSystemClockPrivate GstSystemClockPrivate; * @GST_CLOCK_TYPE_REALTIME: time since Epoch * @GST_CLOCK_TYPE_MONOTONIC: monotonic time since some unspecified starting * point - * @GST_CLOCK_TYPE_OTHER: some other time source is used (Since: 1.0.5) + * @GST_CLOCK_TYPE_OTHER: some other time source is used (Since 1.0.5) * * The different kind of clocks. */ |