Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c388 #define GST_PLAY_BIN_GET_LOCK(bin) (&((GstPlayBin*)(bin))->lock) macro
389 #define GST_PLAY_BIN_LOCK(bin) (g_rec_mutex_lock (GST_PLAY_BIN_GET_LOCK(bin)))
390 #define GST_PLAY_BIN_UNLOCK(bin) (g_rec_mutex_unlock (GST_PLAY_BIN_GET_LOCK(bin)))