From 5ca6853eb1797ddd4543f45b7d9641ceaa8c1486 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 14 Apr 2009 19:12:52 +0200 Subject: [PATCH] docs: add simple doc blurb --- gst/gstsystemclock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstsystemclock.h b/gst/gstsystemclock.h index 7e13cfa8ac..c78845cb99 100644 --- a/gst/gstsystemclock.h +++ b/gst/gstsystemclock.h @@ -47,6 +47,8 @@ typedef struct _GstSystemClockPrivate GstSystemClockPrivate; * @GST_CLOCK_TYPE_REALTIME: time since Epoch * @GST_CLOCK_TYPE_MONOTONIC: monotonic time since some unspecified starting * point + * + * The different kind of clocks. */ typedef enum { GST_CLOCK_TYPE_REALTIME = 0,