GstSystemClock

GstSystemClock —

Synopsis


#include <gst/gst.h>


            GstSystemClock;
GstClock*   gst_system_clock_obtain         (void);

Object Hierarchy


  GObject
   +----GstObject
         +----GstClock
               +----GstSystemClock

Description

Details

GstSystemClock

typedef struct _GstSystemClock GstSystemClock;

The default implementation of a GstClock that uses the system time.


gst_system_clock_obtain ()

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.