Searched refs:GST_M3U8_LOCK (Results 1 – 2 of 2) sorted by relevance
83 GST_M3U8_LOCK (m3u8); in gst_m3u8_set_uri()501 GST_M3U8_LOCK (self); in gst_m3u8_update()928 GST_M3U8_LOCK (m3u8); in gst_m3u8_get_next_fragment()969 GST_M3U8_LOCK (m3u8); in gst_m3u8_has_next_fragment()1022 GST_M3U8_LOCK (m3u8); in gst_m3u8_advance_fragment()1105 GST_M3U8_LOCK (m3u8); in gst_m3u8_get_duration()1134 GST_M3U8_LOCK (m3u8); in gst_m3u8_get_target_duration()1146 GST_M3U8_LOCK (m3u8); in gst_m3u8_get_uri()1160 GST_M3U8_LOCK (m3u8); in gst_m3u8_is_live()1234 GST_M3U8_LOCK (m3u8); in gst_m3u8_get_seek_range()
42 #define GST_M3U8_LOCK(m) g_mutex_lock (&m->lock); macro