Searched refs:stream_lock (Results 1 – 15 of 15) sorted by relevance
36 GMutex stream_lock; member41 #define STREAM_LOCK(s) g_mutex_lock (&(s)->stream_lock)42 #define STREAM_UNLOCK(s) g_mutex_unlock (&(s)->stream_lock)
156 g_mutex_init (&ret->stream_lock); in rtp_storage_stream_new()167 g_mutex_clear (&stream->stream_lock); in rtp_storage_stream_free()
116 …GST_VIDEO_ENCODER_STREAM_LOCK(encoder) g_rec_mutex_lock (&GST_VIDEO_ENCODER (encoder)->stream_lock)124 …VIDEO_ENCODER_STREAM_UNLOCK(encoder) g_rec_mutex_unlock (&GST_VIDEO_ENCODER (encoder)->stream_lock)147 GRecMutex stream_lock; member
104 …GST_VIDEO_DECODER_STREAM_LOCK(decoder) g_rec_mutex_lock (&GST_VIDEO_DECODER (decoder)->stream_lock)112 …VIDEO_DECODER_STREAM_UNLOCK(decoder) g_rec_mutex_unlock (&GST_VIDEO_DECODER (decoder)->stream_lock)184 GRecMutex stream_lock; member
599 g_rec_mutex_init (&encoder->stream_lock); in gst_video_encoder_init()1010 g_rec_mutex_clear (&encoder->stream_lock); in gst_video_encoder_finalize()
804 g_rec_mutex_init (&decoder->stream_lock); in gst_video_decoder_init()994 g_rec_mutex_clear (&decoder->stream_lock); in gst_video_decoder_finalize()
86 …efine GST_AUDIO_ENCODER_STREAM_LOCK(enc) g_rec_mutex_lock (&GST_AUDIO_ENCODER (enc)->stream_lock)87 …ine GST_AUDIO_ENCODER_STREAM_UNLOCK(enc) g_rec_mutex_unlock (&GST_AUDIO_ENCODER (enc)->stream_lock)110 GRecMutex stream_lock; member
80 …efine GST_AUDIO_DECODER_STREAM_LOCK(dec) g_rec_mutex_lock (&GST_AUDIO_DECODER (dec)->stream_lock)81 …ine GST_AUDIO_DECODER_STREAM_UNLOCK(dec) g_rec_mutex_unlock (&GST_AUDIO_DECODER (dec)->stream_lock)169 GRecMutex stream_lock; member
443 g_rec_mutex_init (&enc->stream_lock); in gst_audio_encoder_init()529 g_rec_mutex_clear (&enc->stream_lock); in gst_audio_encoder_finalize()
503 g_rec_mutex_init (&dec->stream_lock); in gst_audio_decoder_init()610 g_rec_mutex_clear (&dec->stream_lock); in gst_audio_decoder_finalize()
299 #define GST_COLLECT_PADS_GET_STREAM_LOCK(pads) (&((GstCollectPads *)pads)->stream_lock)329 GRecMutex stream_lock; /* used to serialize collection among several streams */ member
220 g_rec_mutex_init (&pads->stream_lock); in gst_collect_pads_init()259 g_rec_mutex_clear (&pads->stream_lock); in gst_collect_pads_finalize()
176 * sys/ximage/ximagesink.h: Add stream_lock.201 * sys/xvimage/xvimagesink.h: Add stream_lock.
2347 * sys/ximage/ximagesink.h: Add stream_lock.2372 * sys/xvimage/xvimagesink.h: Add stream_lock.
117778 … Block the fakesrc srcpad when we send an event, to avoid contention on the stream_lock causing ...117782 contention on the stream_lock causing random test failures.