Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/cutter/
Dgstcutter.c173 filter->leaky = FALSE; in gst_cutter_init()
398 if (!filter->leaky) in gst_cutter_chain()
449 filter->leaky = g_value_get_boolean (value); in gst_cutter_set_property()
480 g_value_set_boolean (value, filter->leaky); in gst_cutter_get_property()
Dgstcutter.h64 gboolean leaky; /* do we leak an overflowing prebuffer ? */ member
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.h120 gint leaky; member
Dgstqueue.c461 queue->leaky = GST_QUEUE_NO_LEAK; in gst_queue_init()
1228 switch (queue->leaky) { in gst_queue_chain_buffer_or_list()
1674 && queue->leaky == GST_QUEUE_NO_LEAK) in gst_queue_handle_src_query()
1676 else if (queue->max_size.time > 0 && queue->leaky != GST_QUEUE_NO_LEAK) in gst_queue_handle_src_query()
1783 if (queue->leaky == GST_QUEUE_LEAK_DOWNSTREAM) { in queue_capacity_change()
1839 queue->leaky = g_value_get_enum (value); in gst_queue_set_property()
1892 g_value_set_enum (value, queue->leaky); in gst_queue_get_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.h193 void gst_app_src_set_leaky_type (GstAppSrc *appsrc, GstAppLeakyType leaky);
Dgstappsrc.c2350 gst_app_src_set_leaky_type (GstAppSrc * appsrc, GstAppLeakyType leaky) in gst_app_src_set_leaky_type() argument
2354 appsrc->priv->leaky_type = leaky; in gst_app_src_set_leaky_type()
/third_party/littlefs/scripts/
Dtest.py328 self.leaky = config.get('leaky', False)
332 return not self.leaky and super().shouldtest(**args)
/third_party/gstreamer/gstplugins_base/
DNEWS258 buffers and add leaky mode.
276 configured as leaky using the new "leaky-type" property. That way
DChangeLog3609 appsrc: Add test for testing the max-* and leaky-type properties
3617 appsrc: Implement a leaky property similar to the queue element
/third_party/gstreamer/gstplugins_good/
DNEWS258 buffers and add leaky mode.
276 configured as leaky using the new "leaky-type" property. That way
/third_party/gstreamer/gst_libav/
DNEWS258 buffers and add leaky mode.
276 configured as leaky using the new "leaky-type" property. That way
/third_party/gstreamer/gstreamer/
DNEWS258 buffers and add leaky mode.
276 configured as leaky using the new "leaky-type" property. That way
DChangeLog7839 queue: don't report 0 max-latency for leaky queue if max was already 0.
20593 leaky=downstream).
30880 Use case: we want to block the source pad of a leaky queue and
69400 Document the queue leaky enums.
94678 …plugins/elements/gstqueue.c: When changing thr max capacity of a leaky queue, immediatly drop buff…
94684 When changing thr max capacity of a leaky queue, immediatly drop buffers
96344 plugins/elements/gstqueue.*: When dropping buffers in leaky modes, mark next buffers we sent as
96348 When dropping buffers in leaky modes, mark next buffers we sent as
104405 tests/check/: enable queue test again, add tests for the leaky behaviour
104410 enable queue test again, add tests for the leaky behaviour
[all …]
/third_party/gstreamer/gstplugins_bad/
DNEWS258 buffers and add leaky mode.
276 configured as leaky using the new "leaky-type" property. That way
DChangeLog3027 patch triggered a leaky code path.
7719 leaky in the case where there is a buffer being pushed downstream. Since
7730 webrtc receivebin: Only set queue to leaky when the pad is blocked
169506 Sets viewfinder queue to leaky and tell image branch
/third_party/libuv/
DChangeLog2790 * win: fix leaky fs request buffer (Jason Ginchereau)
/third_party/glib/
DNEWS5499 - the long-broken (and leaky) pattern of destroying a just-allocated
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4264 added leaky-queue semantics