Home
last modified time | relevance | path

Searched refs:GST_ALSA_SRC_GET_LOCK (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.h38 #define GST_ALSA_SRC_GET_LOCK(obj) (&GST_ALSA_SRC_CAST (obj)->alsa_lock) macro
39 #define GST_ALSA_SRC_LOCK(obj) (g_mutex_lock (GST_ALSA_SRC_GET_LOCK (obj)))
40 #define GST_ALSA_SRC_UNLOCK(obj) (g_mutex_unlock (GST_ALSA_SRC_GET_LOCK (obj)))