Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
Dgstoggdemux.c64 #define GST_CHAIN_LOCK(ogg) g_mutex_lock(&(ogg)->chain_lock)
65 #define GST_CHAIN_UNLOCK(ogg) g_mutex_unlock(&(ogg)->chain_lock)
2343 g_mutex_init (&ogg->chain_lock); in gst_ogg_demux_init()
2372 g_mutex_clear (&ogg->chain_lock); in gst_ogg_demux_finalize()