udpsink: make buffer-size work again
This commit is contained in:
parent
d4a10f2909
commit
84c96e2393
@ -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…
x
Reference in New Issue
Block a user