mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +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_REALTIME: time since Epoch
|
||||||
* @GST_CLOCK_TYPE_MONOTONIC: monotonic time since some unspecified starting
|
* @GST_CLOCK_TYPE_MONOTONIC: monotonic time since some unspecified starting
|
||||||
* point
|
* point
|
||||||
|
*
|
||||||
|
* The different kind of clocks.
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_CLOCK_TYPE_REALTIME = 0,
|
GST_CLOCK_TYPE_REALTIME = 0,
|
||||||
|
|
Loading…
Reference in a new issue