Home
last modified time | relevance | path

Searched refs:gst_buffer_pool_set_flushing (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbufferpool.c289 gst_buffer_pool_set_flushing (pool, TRUE); in GST_START_TEST()
294 gst_buffer_pool_set_flushing (pool, FALSE); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.h301 void gst_buffer_pool_set_flushing (GstBufferPool *pool, gboolean flushing);
Dgstbufferpool.c1406 gst_buffer_pool_set_flushing (GstBufferPool * pool, gboolean flushing) in gst_buffer_pool_set_flushing() function
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c1071 gst_buffer_pool_set_flushing (pool->other_pool, TRUE); in gst_v4l2_buffer_pool_flush_start()
1082 gst_buffer_pool_set_flushing (pool->other_pool, FALSE); in gst_v4l2_buffer_pool_flush_stop()
Dgstv4l2object.c4462 gst_buffer_pool_set_flushing (v4l2object->pool, TRUE); in gst_v4l2_object_unlock()
4475 gst_buffer_pool_set_flushing (v4l2object->pool, FALSE); in gst_v4l2_object_unlock_stop()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp1890 gst_buffer_pool_set_flushing (decoder->internal_pool, flushing); in gst_d3d11_decoder_set_flushing()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c3217 gst_buffer_pool_set_flushing (pool, flushing); in gst_base_src_set_pool_flushing()
/third_party/gstreamer/gstreamer/
DChangeLog16530 gst_buffer_pool_set_flushing(), this avoids uneeded reallocation of the
/third_party/gstreamer/gstplugins_good/
DChangeLog8864 The gst_buffer_pool_set_flushing() warns when that function is called