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