gstreamer/libs/gst
Tim-Philipp Müller 18fe36a286 basesrc: add buffer list support
Add a gst_base_src_submit_buffer_list() function that allows subclasses
to produce a bufferlist containing multiple buffers in the ::create()
function. The buffers in the buffer list will then also be pushed out
in one go as a GstBufferList. This can reduce push overhead
significantly for sources with packetised inputs (such as udpsrc)
in high-throughput scenarios.

The _submit_buffer_list() approach was chosen because it is fairly
straight-forward, backwards-compatible, bindings-friendly (as opposed
to e.g. making the create function return a mini object instead),
and it allows the subclass maximum control: the subclass can decide
dynamically at runtime whether to return a list or a single buffer
(which would be messier if we added a create_list virtual method).

https://bugzilla.gnome.org/show_bug.cgi?id=750241
2017-12-07 12:17:09 +00:00
..
base basesrc: add buffer list support 2017-12-07 12:17:09 +00:00
check harness: make bindings use the GBytes variant for _take_all_data() 2017-12-05 16:42:57 +00:00
controller meson: remove vs_module_defs 2017-10-05 09:35:41 +01:00
helpers plugin dependencies: fix 6cddce7663 2017-09-26 15:15:27 +02:00
net ptpclock: do not require a name to create a clock 2017-12-01 10:02:11 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00