Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpdemux.h45 #define GST_SDP_STREAM_GET_LOCK(sdp) (&GST_SDP_DEMUX_CAST(sdp)->stream_rec_lock)
95 GRecMutex stream_rec_lock; member
Dgstsdpdemux.c182 g_rec_mutex_init (&demux->stream_rec_lock); in gst_sdp_demux_init()
195 g_rec_mutex_clear (&demux->stream_rec_lock); in gst_sdp_demux_finalize()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.h76 #define GST_RTSP_STREAM_GET_LOCK(rtsp) (&GST_RTSPSRC_CAST(rtsp)->stream_rec_lock)
206 GRecMutex stream_rec_lock; member
Dgstrtspsrc.c1481 g_rec_mutex_init (&src->stream_rec_lock); in gst_rtspsrc_init()
1544 g_rec_mutex_clear (&rtspsrc->stream_rec_lock); in gst_rtspsrc_finalize()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h745 GRecMutex stream_rec_lock; member
1243 #define GST_PAD_GET_STREAM_LOCK(pad) (&(GST_PAD_CAST(pad)->stream_rec_lock))
Dgstpad.c413 g_rec_mutex_init (&pad->stream_rec_lock); in gst_pad_init()
766 g_rec_mutex_clear (&pad->stream_rec_lock); in gst_pad_finalize()