Searched refs:leaky (Results 1 – 18 of 18) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/cutter/ |
D | gstcutter.c | 173 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()
|
D | gstcutter.h | 64 gboolean leaky; /* do we leak an overflowing prebuffer ? */ member
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstqueue.h | 120 gint leaky; member
|
D | gstqueue.c | 461 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/ |
D | gstappsrc.h | 193 void gst_app_src_set_leaky_type (GstAppSrc *appsrc, GstAppLeakyType leaky);
|
D | gstappsrc.c | 2350 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/ |
D | test.py | 328 self.leaky = config.get('leaky', False) 332 return not self.leaky and super().shouldtest(**args)
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 258 buffers and add leaky mode. 276 configured as leaky using the new "leaky-type" property. That way
|
D | ChangeLog | 3609 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/ |
D | NEWS | 258 buffers and add leaky mode. 276 configured as leaky using the new "leaky-type" property. That way
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 258 buffers and add leaky mode. 276 configured as leaky using the new "leaky-type" property. That way
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 258 buffers and add leaky mode. 276 configured as leaky using the new "leaky-type" property. That way
|
D | ChangeLog | 7839 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/ |
D | NEWS | 258 buffers and add leaky mode. 276 configured as leaky using the new "leaky-type" property. That way
|
D | ChangeLog | 3027 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/ |
D | ChangeLog | 2790 * win: fix leaky fs request buffer (Jason Ginchereau)
|
/third_party/glib/ |
D | NEWS | 5499 - the long-broken (and leaky) pattern of destroying a just-allocated
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 4264 added leaky-queue semantics
|