gstreamer/gst/udp
2021-03-29 12:45:23 +02: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 udp: allow per feature registration 2021-03-29 12:45:23 +02: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 udp: allow per feature registration 2021-03-29 12:45:23 +02: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.