gstreamer/gst/udp
Robert Rosengren 2476e9e4ae multidupsink: Use gst_net_utils_set_socket_tos for QoS DSCP
Util function in net library exists for setting QoS DSCP on socket, hence
use it to simplify code.
2019-04-22 09:16:20 +00:00
..
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c multidupsink: Use gst_net_utils_set_socket_tos for QoS DSCP 2019-04-22 09:16:20 +00:00
gstmultiudpsink.h
gstudp.c
gstudpnetutils.c
gstudpnetutils.h
gstudpsink.c
gstudpsink.h
gstudpsrc.c docs: fix typos s/recieve/receive/ 2019-03-07 12:41:40 +01:00
gstudpsrc.h udpsrc: switch to using a buffer pool 2018-03-21 17:47:27 -04:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build Meson: Generate pc file for all plugins in good 2018-04-25 11:07:06 +01: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.