gstreamer/gst/udp
Tim-Philipp Müller 11bb21f3c2 udpsrc: keep GCancellable fd around instead of re-creating it constantly
Otherwise we constantly create/close event file descriptors,
every single time we call g_socket_condition_timed_wait() or
g_socket_receive_message(), i.e. twice per packet received!
This was not particularly good for performance.

Also only create GCancellable on start-up.
2015-05-27 17:08:47 +01:00
..
gstdynudpsink.c udp: don't use soon-to-be-deprecated g_cancellable_reset() 2015-05-19 19:00:20 +01:00
gstdynudpsink.h (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02:00
gstmultiudpsink.c udp: don't use soon-to-be-deprecated g_cancellable_reset() 2015-05-19 19:00:20 +01:00
gstmultiudpsink.h udpsink: allocate scratch space for render functions on the heap 2014-12-16 20:26:36 +00:00
gstudp.c udp: log WARNING debug message if UDP multicast is likely to be broken 2013-04-27 11:25:12 +01:00
gstudpnetutils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpnetutils.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsink.c udpsink: avoid leaking the host 2013-06-05 12:14:01 +02:00
gstudpsink.h udp: Remove unused enum type 2013-04-25 09:16:14 +02:00
gstudpsrc.c udpsrc: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstudpsrc.h udpsrc: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00
udp.vcproj more working plugins 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.