Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.c207 g_mutex_init (&self->src_mutex); in gst_dtls_dec_init()
236 g_mutex_clear (&self->src_mutex); in gst_dtls_dec_finalize()
382 g_mutex_lock (&self->src_mutex); in gst_dtls_dec_request_new_pad()
386 g_mutex_unlock (&self->src_mutex); in gst_dtls_dec_request_new_pad()
392 g_mutex_unlock (&self->src_mutex); in gst_dtls_dec_request_new_pad()
414 g_mutex_lock (&self->src_mutex); in gst_dtls_dec_release_pad()
417 g_mutex_unlock (&self->src_mutex); in gst_dtls_dec_release_pad()
571 g_mutex_lock (&self->src_mutex); in sink_chain_list()
575 g_mutex_unlock (&self->src_mutex); in sink_chain_list()
624 g_mutex_lock (&self->src_mutex); in sink_chain()
[all …]
Dgstdtlsdec.h55 GMutex src_mutex; member