Home
last modified time | relevance | path

Searched refs:preroll_lock (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c1241 static GMutex preroll_lock; variable
1248 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()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.h62 GMutex preroll_lock; member
Dresindvdbin.c49 #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()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.h48 #define GST_BASE_SINK_GET_PREROLL_LOCK(obj) (&GST_BASE_SINK_CAST(obj)->preroll_lock)
83 GMutex preroll_lock; member
Dgstbasesink.c734 g_mutex_init (&basesink->preroll_lock); in gst_base_sink_init()
774 g_mutex_clear (&basesink->preroll_lock); in gst_base_sink_finalize()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c218 GMutex preroll_lock; member
660 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 …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog58607 -> T2 deadlocks because it now wants the preroll_lock.
77271 can_activate_pull = 0, can_activate_push = 1, preroll_lock = {p = 0x1,