gstreamer/gst/udp
Seungha Yang e76218c1cb multiudpsink: Fix broken SO_SNDBUF get/set on Windows
SO_SNDBUF has been undefined on Windows because of missing WinSock2.h
include. And don't use native socket functions (e.g., setsockopt())
if code is expected to be built on Windows. We don't link ws2_32.lib
for this plugin.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1016>
2021-06-28 15:32:51 +00:00
..
gstdynudpsink.c udp: allow per feature registration 2021-03-29 12:45:23 +02:00
gstdynudpsink.h dynudpsink: keep GCancellable fd around instead of re-creating it constantly 2015-05-27 17:08:47 +01:00
gstmultiudpsink.c multiudpsink: Fix broken SO_SNDBUF get/set on Windows 2021-06-28 15:32:51 +00:00
gstmultiudpsink.h meson: Bump minimal GLib version to 2.44 2019-06-03 16:18:55 +00:00
gstudp.c udp: allow per feature registration 2021-03-29 12:45:23 +02:00
gstudpelement.c udp: allow per feature registration 2021-03-29 12:45:23 +02:00
gstudpelements.h udp: allow per feature registration 2021-03-29 12:45:23 +02: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 udp: allow per feature registration 2021-03-29 12:45:23 +02:00
gstudpsink.h udp: Remove unused enum type 2013-04-25 09:16:14 +02:00
gstudpsrc.c udpsrc: Plug leaks of saddr in error cases 2021-05-07 10:09:38 +00:00
gstudpsrc.h udpsrc: Allow use of socket control message timestamps for DTS 2021-01-04 15:23:22 -05:00
meson.build udp: allow per feature registration 2021-03-29 12:45:23 +02:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +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.