![]() | ![]() | ![]() | GStreamer 0.8 Core Reference Manual | ![]() |
---|
GstSystemClockGstSystemClock — Default clock that uses the current system time |
#include <gst/gst.h> GstSystemClock; GstClock* gst_system_clock_obtain (void);
typedef struct { GstClock clock; GMutex * mutex; GCond * cond; gpointer _gst_reserved[GST_PADDING]; } GstSystemClock;
GstClock* gst_system_clock_obtain (void);
Get a handle to the default system clock.
Returns : | the default clock. |
<< GstStructure | GstTagList >> |