gstreamer/gst/udp
Niels De Graef f3970565f0 meson: Bump minimal GLib version to 2.44
This means we can use some newer features and get rid of some
boilerplate code using the G_DECLARE_* macros.

As discussed on IRC, 2.44 is old enough by now to start depending on it.
2019-06-03 16:18:55 +00:00
..
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c meson: Bump minimal GLib version to 2.44 2019-06-03 16:18:55 +00: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 docs: Port all docstring to gtk-doc markdown 2019-05-13 10:24:40 -04:00
gstudpsink.h
gstudpsrc.c meson: Bump minimal GLib version to 2.44 2019-06-03 16:18:55 +00:00
gstudpsrc.h udpsrc: switch to using a buffer pool 2018-03-21 17:47:27 -04:00
Makefile.am
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
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.