mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
c61bcb1fd2
On Linux, the kernel returns twice the size as it will allocate extra space for accouting. We devides this value by two in order to ensure that get/set value now match. This fixes the set buffer size validation and allow having a nice warning when the size if surpassed and the process does not have CAP_NET_ADMIN capabilities. https://bugzilla.gnome.org/show_bug.cgi?id=727067 |
||
---|---|---|
.. | ||
gstdynudpsink.c | ||
gstdynudpsink.h | ||
gstmultiudpsink.c | ||
gstmultiudpsink.h | ||
gstudp.c | ||
gstudpnetutils.c | ||
gstudpnetutils.h | ||
gstudpsink.c | ||
gstudpsink.h | ||
gstudpsrc.c | ||
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.