GST_CLASS_GET_LOCK 226 gst/gstobject.h #define GST_CLASS_LOCK(obj) (g_static_rec_mutex_lock(GST_CLASS_GET_LOCK(obj))) GST_CLASS_GET_LOCK 233 gst/gstobject.h #define GST_CLASS_TRYLOCK(obj) (g_static_rec_mutex_trylock(GST_CLASS_GET_LOCK(obj))) GST_CLASS_GET_LOCK 240 gst/gstobject.h #define GST_CLASS_UNLOCK(obj) (g_static_rec_mutex_unlock(GST_CLASS_GET_LOCK(obj)))