Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c163 #define GST_COLLECT_PADS_GET_EVT_LOCK(pads) (&((GstCollectPads *)pads)->priv->evt_lock) macro
165 g_mutex_lock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
169 GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
171 g_mutex_unlock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
176 g_mutex_lock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
180 GST_COLLECT_PADS_GET_EVT_LOCK (pads), end_time); \
182 g_mutex_unlock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
185 g_mutex_lock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
189 g_mutex_unlock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
192 g_mutex_lock (GST_COLLECT_PADS_GET_EVT_LOCK (pads)); \
[all …]