mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
docs: add simple doc blurb
This commit is contained in:
parent
004f981edb
commit
5ca6853eb1
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue