| GStreamer 0.10 Core Reference Manual |
|---|
GstSystemClockGstSystemClock — |
#include <gst/gst.h>
GstSystemClock;
GstClock* gst_system_clock_obtain (void);
typedef struct _GstSystemClock GstSystemClock;
The default implementation of a GstClock that uses the system time.
GstClock* gst_system_clock_obtain (void);
Get a handle to the default system clock. The refcount of the clock will be increased so you need to unref the clock after usage.
| Returns : | the default clock. MT safe. |
| << GstStructure | GstTagList >> |