summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpnetutils.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-11-20 22:56:58 +0000
committerMichael Smith <msmith@xiph.org>2008-11-20 22:56:58 +0000
commit9b372f1bbd3c1e0994811354fe500f1da0ea938b (patch)
tree234e1d6693faee2fd82deee21245f0937b4319f1 /gst/udp/gstudpnetutils.h
parent380b64d670d1a8a9a5075d3a235f57f10d0f41fa (diff)
gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared ...
Original commit message from CVS: * gst/udp/gstmultiudpsink.c: * gst/udp/gstudpnetutils.c: * gst/udp/gstudpnetutils.h: * gst/udp/gstudpsrc.c: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared with the same thing in udpsrc.
Diffstat (limited to 'gst/udp/gstudpnetutils.h')
-rw-r--r--gst/udp/gstudpnetutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/udp/gstudpnetutils.h b/gst/udp/gstudpnetutils.h
index 6c3f740f..3e5b297a 100644
--- a/gst/udp/gstudpnetutils.h
+++ b/gst/udp/gstudpnetutils.h
@@ -74,6 +74,8 @@ gboolean gst_udp_net_utils_win32_wsa_startup (GstObject * obj);
#endif
+int gst_udp_get_sockaddr_length(struct sockaddr_storage *addr);
+
int gst_udp_get_addr (const char *hostname, int port, struct sockaddr_storage *addr);
int gst_udp_is_multicast (struct sockaddr_storage *addr);