mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
udpsink: make buffer-size work again
This commit is contained in:
parent
d4a10f2909
commit
84c96e2393
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
#include "gstmultiudpsink.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "gst/glib-compat-private.h"
|
||||
|
||||
|
@ -821,7 +822,6 @@ gst_multiudpsink_start (GstBaseSink * bsink)
|
|||
}
|
||||
|
||||
#ifdef SO_SNDBUF
|
||||
|
||||
{
|
||||
socklen_t len;
|
||||
gint sndsize, ret;
|
||||
|
|
Loading…
Reference in a new issue