summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpnetutils.c
Commit message (Expand)AuthorAgeFilesLines
* udpsink: Add ttl multicast propertyJarkko Palviainen2009-08-311-0/+1
* udp: split out TTL and loop optionsJarkko Palviainen2009-08-311-14/+55
* udputils: initialize struct content with 0.Josep Torra2009-07-211-0/+4
* udp: Initialize pointer to NULLBenjamin Gaignard2009-07-081-1/+1
* udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some casesTim-Philipp Müller2009-06-231-2/+2
* udputils: don't free invalid memoryWim Taymans2009-06-191-1/+1
* udp: Fix a simple typo in the previous commitJan Schmidt2009-04-201-1/+1
* only use struct ip_mreqn if it is detectedAndy Wingo2009-04-201-6/+6
* udp: Fix build if on SolarisDavid Adam2009-03-191-2/+2
* udpsrc: Add network interface selectionEdgar E. Iglesias2009-03-131-1/+17
* Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...Sebastian Dröge2009-02-271-4/+8
|\
| * udp: fix gst_udp_set_loop_ttl() againJan Smout2009-02-261-4/+8
* | udp: Don't set errno to EAFNOSUPPORT unconditionallyLRN2009-02-271-0/+4
|/
* Correct return value from gst_udp_get_addr() when no known family is found.Peter Kjellerstedt2009-01-261-2/+1
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-131-2/+3
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-201-0/+17
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-231-1/+13
* gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge2008-07-141-0/+5
* gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans2008-06-131-1/+1
* gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2008-05-221-2/+2
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-211-23/+43
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-211-11/+179
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-241-0/+62