Tim-Philipp Müller 4dd7d79b52 udpsink: allocate scratch space for render functions on the heap
and not the stack. Our allocations could get a bit too large
to be sure it's not going to cause trouble using the stack.
2014-12-16 20:26:36 +00:00
..
2012-11-04 00:07:18 +00:00
2012-11-04 00:07:18 +00:00
2013-06-05 12:14:01 +02:00
2013-04-25 09:16:14 +02:00
2004-07-27 21:41:30 +00:00

* What is UDP src/sink?

It is a set of element to transfer data using UDP, nothing more, nothing less.
Its main purpose is to be used in conjunction with RTP but they are kept as
separate elements because we can.