gstreamer/gst/udp
Nicolas Dufresne 2c3c1072f7 multiudpsink: Add missing socket.h include
Without this include, macro like SO_BINDTODEVICE is not visible and
associated feature gets out-compiled. This also affects the support for
SO_SNDBUF.
2019-06-26 18:03:29 -04:00
..
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c multiudpsink: Add missing socket.h include 2019-06-26 18:03:29 -04:00
gstmultiudpsink.h meson: Bump minimal GLib version to 2.44 2019-06-03 16:18:55 +00:00
gstudp.c
gstudpnetutils.c
gstudpnetutils.h
gstudpsink.c
gstudpsink.h
gstudpsrc.c meson: Bump minimal GLib version to 2.44 2019-06-03 16:18:55 +00:00
gstudpsrc.h
Makefile.am
meson.build
README

* 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.