gstreamer/gst/adder
Wim Taymans 775636e734 adder: be a lot smarter with buffer management
Detect EOS faster.
Try to reuse one of the input buffer as the output buffer. This usually works
and avoids an allocation and a memcpy.
Be smarter with GAP buffers so that they don't get mixed or cleared at all. Also
try to use a GAP buffer as the output buffer when all input buffers are GAP
buffers.
2009-12-24 19:56:55 +01:00
..
.gitignore Initial revision 2001-12-22 22:43:48 +00:00
adder.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstadder.c adder: be a lot smarter with buffer management 2009-12-24 19:56:55 +01:00
gstadder.h adder: Collect incoming tag events and send them after newsegment. Fixes #588747 2009-07-19 10:49:17 +02:00
Makefile.am adder: use collectpads clipping function 2009-12-24 16:30:23 +01:00