Home
last modified time | relevance | path

Searched refs:may_start (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.h213 gint may_start; member
Dgstaudioringbuffer.c975 if (G_UNLIKELY (!g_atomic_int_get (&buf->may_start))) in gst_audio_ring_buffer_start()
1348 if (G_UNLIKELY (!g_atomic_int_get (&buf->may_start))) in wait_segment()
2001 g_atomic_int_set (&buf->may_start, allowed); in gst_audio_ring_buffer_may_start()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c1478 if (G_UNLIKELY (g_atomic_int_get (&buf->may_start) == FALSE)) in gst_pulseringbuffer_commit()
/third_party/gstreamer/gstplugins_base/
DChangeLog105767 ringbuffer: make sure to not start if the may_start flag is FALSE