Searched refs:preroll_lock (Results 1 – 7 of 7) sorted by relevance
1241 static GMutex preroll_lock; variable1248 g_mutex_lock (&preroll_lock); in test_async_false_seek_preroll()1251 g_mutex_unlock (&preroll_lock); in test_async_false_seek_preroll()1288 g_mutex_lock (&preroll_lock); in GST_START_TEST()1293 g_cond_wait (&preroll_cond, &preroll_lock); in GST_START_TEST()1294 g_mutex_unlock (&preroll_lock); in GST_START_TEST()1296 g_mutex_lock (&preroll_lock); in GST_START_TEST()1303 g_cond_wait (&preroll_cond, &preroll_lock); in GST_START_TEST()1304 g_mutex_unlock (&preroll_lock); in GST_START_TEST()
62 GMutex preroll_lock; member
49 #define DVDBIN_PREROLL_LOCK(d) g_mutex_lock(&(d)->preroll_lock)50 #define DVDBIN_PREROLL_UNLOCK(d) g_mutex_unlock(&(d)->preroll_lock)145 g_mutex_init (&dvdbin->preroll_lock); in rsn_dvdbin_init()154 g_mutex_clear (&dvdbin->preroll_lock); in rsn_dvdbin_finalize()
48 #define GST_BASE_SINK_GET_PREROLL_LOCK(obj) (&GST_BASE_SINK_CAST(obj)->preroll_lock)83 GMutex preroll_lock; member
734 g_mutex_init (&basesink->preroll_lock); in gst_base_sink_init()774 g_mutex_clear (&basesink->preroll_lock); in gst_base_sink_finalize()
218 GMutex preroll_lock; member660 g_mutex_init (&demux->priv->preroll_lock); in gst_adaptive_demux_init()705 g_mutex_clear (&demux->priv->preroll_lock); in gst_adaptive_demux_finalize()1587 g_mutex_lock (&demux->priv->preroll_lock); in gst_adaptive_demux_stream_new()1590 g_mutex_unlock (&demux->priv->preroll_lock); in gst_adaptive_demux_stream_new()2135 g_mutex_lock (&demux->priv->preroll_lock); in gst_adaptive_demux_handle_seek_event()2137 g_mutex_unlock (&demux->priv->preroll_lock); in gst_adaptive_demux_handle_seek_event()2462 g_mutex_lock (&demux->priv->preroll_lock); in gst_adaptive_demux_stop_tasks()2464 g_mutex_unlock (&demux->priv->preroll_lock); in gst_adaptive_demux_stop_tasks()2753 g_mutex_lock (&demux->priv->preroll_lock); in gst_adaptive_demux_stream_push_buffer()[all …]
58607 -> T2 deadlocks because it now wants the preroll_lock.77271 can_activate_pull = 0, can_activate_push = 1, preroll_lock = {p = 0x1,