Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c428 this->units_soft_max = DEFAULT_UNITS_SOFT_MAX; in gst_multi_handle_sink_init()
1560 newbufpos = get_buffers_max (sink, sink->units_soft_max); in gst_multi_handle_sink_recover_client()
1566 get_buffers_max (sink, sink->units_soft_max) - 1); in gst_multi_handle_sink_recover_client()
1581 newbufpos = get_buffers_max (sink, sink->units_soft_max); in gst_multi_handle_sink_recover_client()
1631 if (mhsink->units_soft_max > 0) in gst_multi_handle_sink_queue_buffer()
1632 soft_max_buffers = get_buffers_max (mhsink, mhsink->units_soft_max); in gst_multi_handle_sink_queue_buffer()
1942 multihandlesink->units_soft_max = g_value_get_int (value); in gst_multi_handle_sink_set_property()
1960 multihandlesink->units_soft_max = g_value_get_int64 (value); in gst_multi_handle_sink_set_property()
2005 g_value_set_int (value, multihandlesink->units_soft_max); in gst_multi_handle_sink_get_property()
2032 g_value_set_int64 (value, multihandlesink->units_soft_max); in gst_multi_handle_sink_get_property()
Dgstmultihandlesink.h219 gint64 units_soft_max; /* max units a client can lag before recovery starts */ member