Searched refs:gbarray_lock (Results 1 – 2 of 2) sorted by relevance
160 g_mutex_init(&src->gbarray_lock); in gst_dshowaudiosrc_init()197 g_mutex_clear(&src->gbarray_lock); in gst_dshowaudiosrc_dispose()662 g_mutex_lock (&src->gbarray_lock); in gst_dshowaudiosrc_read()667 g_mutex_unlock (&src->gbarray_lock); in gst_dshowaudiosrc_read()687 g_mutex_lock (&src->gbarray_lock); in gst_dshowaudiosrc_delay()691 g_mutex_unlock (&src->gbarray_lock); in gst_dshowaudiosrc_delay()702 g_mutex_lock (&src->gbarray_lock); in gst_dshowaudiosrc_reset()706 g_mutex_unlock (&src->gbarray_lock); in gst_dshowaudiosrc_reset()801 g_mutex_lock (&src->gbarray_lock); in gst_dshowaudiosrc_push_buffer()803 g_mutex_unlock (&src->gbarray_lock); in gst_dshowaudiosrc_push_buffer()
72 GMutex gbarray_lock; member