Home
last modified time | relevance | path

Searched refs:preroll_cond (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.h53 #define GST_BASE_SINK_GET_PREROLL_COND(obj) (&GST_BASE_SINK_CAST(obj)->preroll_cond)
84 GCond preroll_cond; member
Dgstbasesink.c735 g_cond_init (&basesink->preroll_cond); in gst_base_sink_init()
775 g_cond_clear (&basesink->preroll_cond); in gst_base_sink_finalize()
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c1242 static GCond preroll_cond; variable
1250 g_cond_signal (&preroll_cond); in test_async_false_seek_preroll()
1293 g_cond_wait (&preroll_cond, &preroll_lock); in GST_START_TEST()
1303 g_cond_wait (&preroll_cond, &preroll_lock); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c219 GCond preroll_cond; member
659 g_cond_init (&demux->priv->preroll_cond); in gst_adaptive_demux_init()
704 g_cond_clear (&demux->priv->preroll_cond); in gst_adaptive_demux_finalize()
2463 g_cond_broadcast (&demux->priv->preroll_cond); in gst_adaptive_demux_stop_tasks()
2673 g_cond_broadcast (&demux->priv->preroll_cond); in gst_adaptive_demux_handle_preroll()
2766 g_cond_wait (&demux->priv->preroll_cond, &demux->priv->preroll_lock); in gst_adaptive_demux_stream_push_buffer()
/third_party/gstreamer/gstplugins_bad/
DChangeLog77272 i = {1, 0}}, preroll_cond = {p = 0x0, i = {0, 0}}, eos = 0,