| GStreamer 0.9 Core Reference Manual |
|---|
GstSystemClock — Default clock that uses the current system time
#include <gst/gst.h> struct GstSystemClock; GstClock* gst_system_clock_obtain (void);
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 >> |