Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c1615 gint max_buffers, soft_max_buffers; in gst_multi_handle_sink_queue_buffer() local
1632 soft_max_buffers = get_buffers_max (mhsink, mhsink->units_soft_max); in gst_multi_handle_sink_queue_buffer()
1634 soft_max_buffers = -1; in gst_multi_handle_sink_queue_buffer()
1636 soft_max_buffers); in gst_multi_handle_sink_queue_buffer()
1648 if (soft_max_buffers > 0 && mhclient->bufpos >= soft_max_buffers) { in gst_multi_handle_sink_queue_buffer()
1740 if (soft_max_buffers > 0) { in gst_multi_handle_sink_queue_buffer()
1741 limit = MIN (limit, soft_max_buffers); in gst_multi_handle_sink_queue_buffer()