summaryrefslogtreecommitdiff
path: root/gst/udp/gstudpnetutils.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-01-17udp: Remove now unecessary codeSebastian Dröge1-362/+4
2012-01-17udpsrc: Port to GIOSebastian Dröge1-15/+11
2011-09-19udpsrc: error out when no protocol is specified in the uriVincent Penquerc'h1-0/+8
2010-06-18udp: make url parsing compatible with VLC syntaxWim Taymans1-5/+13
2010-03-11udp: fix compilation errors on non-windows.Michael Smith1-2/+2
2010-03-11multiudpsink: avoid getting the socket family using getsockname()Andoni Morales Alastruey1-18/+4
2010-03-11build: include stdlib.h for atoi()Stefan Kost1-0/+1
2010-03-10udpnetutils: add helper functions for udp uri handlingWim Taymans1-0/+113
2009-08-31udpsink: Add ttl multicast propertyJarkko Palviainen1-0/+1
2009-08-31udp: split out TTL and loop optionsJarkko Palviainen1-14/+55
2009-07-21udputils: initialize struct content with 0.Josep Torra1-0/+4
2009-07-08udp: Initialize pointer to NULLBenjamin Gaignard1-1/+1
2009-06-23udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some casesTim-Philipp Müller1-2/+2
2009-06-19udputils: don't free invalid memoryWim Taymans1-1/+1
2009-04-20udp: Fix a simple typo in the previous commitJan Schmidt1-1/+1
2009-04-20only use struct ip_mreqn if it is detectedAndy Wingo1-6/+6
2009-03-19udp: Fix build if on SolarisDavid Adam1-2/+2
2009-03-13udpsrc: Add network interface selectionEdgar E. Iglesias1-1/+17
2009-02-27Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...Sebastian Dröge1-4/+8
2009-02-27udp: Don't set errno to EAFNOSUPPORT unconditionallyLRN1-0/+4
2009-02-26udp: fix gst_udp_set_loop_ttl() againJan Smout1-4/+8
2009-01-26Correct return value from gst_udp_get_addr() when no known family is found.Peter Kjellerstedt1-2/+1
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey1-2/+3
2008-11-20gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith1-0/+17
2008-07-23gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith1-1/+13
2008-07-14gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge1-0/+5
2008-06-13gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans1-1/+1
2008-05-22gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte1-2/+2
2008-05-21gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans1-23/+43
2008-05-21gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos1-11/+179
2006-07-24Port udp plugin to win32 (#345288).Joni Valtanen1-0/+62