Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c414 g_mutex_lock (&stream->fragment_download_lock); in gst_adaptive_demux_set_exit_block()
417 g_mutex_unlock (&stream->fragment_download_lock); in gst_adaptive_demux_set_exit_block()
1540 g_mutex_lock (&stream->fragment_download_lock); in gst_adaptive_demux_expose_streams()
1544 g_mutex_unlock (&stream->fragment_download_lock); in gst_adaptive_demux_expose_streams()
1599 g_mutex_init (&stream->fragment_download_lock); in gst_adaptive_demux_stream_new()
1644 g_mutex_lock (&stream->fragment_download_lock); in gst_adaptive_demux_stream_free()
1647 g_mutex_unlock (&stream->fragment_download_lock); in gst_adaptive_demux_stream_free()
1698 g_mutex_clear (&stream->fragment_download_lock); in gst_adaptive_demux_stream_free()
2384 g_mutex_lock (&stream->fragment_download_lock); in gst_adaptive_demux_start_tasks()
2387 g_mutex_unlock (&stream->fragment_download_lock); in gst_adaptive_demux_start_tasks()
[all …]
Dgstadaptivedemux.h170 GMutex fragment_download_lock; member