udpsink: make buffer-size work again

This commit is contained in:
Wim Taymans 2012-03-13 20:49:43 +01:00
parent d4a10f2909
commit 84c96e2393

View File

@ -40,6 +40,7 @@
#include "gstmultiudpsink.h" #include "gstmultiudpsink.h"
#include <string.h> #include <string.h>
#include <sys/socket.h>
#include "gst/glib-compat-private.h" #include "gst/glib-compat-private.h"
@ -821,7 +822,6 @@ gst_multiudpsink_start (GstBaseSink * bsink)
} }
#ifdef SO_SNDBUF #ifdef SO_SNDBUF
{ {
socklen_t len; socklen_t len;
gint sndsize, ret; gint sndsize, ret;