summaryrefslogtreecommitdiff
path: root/gst/udp
AgeCommit message (Expand)AuthorFilesLines
2009-08-31udpsink: Add ttl multicast propertyJarkko Palviainen3-3/+19
2009-08-31udp: split out TTL and loop optionsJarkko Palviainen3-19/+96
2009-08-02multiudpsink: don't do things with side-effects inside g_return_val_if_fail()Tim-Philipp Müller1-3/+4
2009-07-21udputils: initialize struct content with 0.Josep Torra1-0/+4
2009-07-08udp: Initialize pointer to NULLBenjamin Gaignard1-1/+1
2009-06-30Don't use sendmsg()-dependent code on WindowsLRN1-0/+6
2009-06-23udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some casesTim-Philipp Müller1-2/+2
2009-06-19udp: Fix build on FreeBSDKoop Mast1-1/+1
2009-06-19udputils: don't free invalid memoryWim Taymans1-1/+1
2009-06-16udpsrc: add debug line for the socketWim Taymans1-0/+2
2009-06-16multiudpsink: add support for buffer listsOgnyan Tonchev1-0/+90
2009-04-27udpsrc: fix getaddrinfo error reportingWim 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-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2-8/+4
2009-04-18Remove unused variables in _class_initEdward Hervey1-4/+0
2009-03-31udp: don't use protocol in debug message after freeingStefan Kost2-2/+2
2009-03-19udp: Fix build if on SolarisDavid Adam1-2/+2
2009-03-13udpsrc: convert _ in properties to -Wim Taymans1-2/+2
2009-03-13udpsrc: Add network interface selectionEdgar E. Iglesias5-5/+43
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-02-25udpsrc: fix compilationWim Taymans1-0/+4
2009-02-25udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.Peter Kjellerstedt1-1/+1
2009-02-25udpsrc: Unify the use of union gst_sockaddr.Peter Kjellerstedt1-8/+7
2009-02-24udp: Fix strict-aliasing warnings from gcc 4.4.0Jan Schmidt1-11/+14
2009-02-23Read ICMP error messages instead of loopingAurelien Grimaud1-2/+44
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost1-1/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost3-76/+72
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-30gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge1-2/+2
2008-11-28gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt1-22/+16
2008-11-20gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith4-14/+23
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-27gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...Sebastian Dröge1-0/+3
2008-10-27gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge3-2/+16
2008-09-25gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.Wim Taymans1-12/+14
2008-09-25gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...Daniel Franke1-10/+3
2008-09-23gst/udp/gstmultiudpsink.c: Fix setting the qos.Wim Taymans1-1/+1
2008-08-20gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt3-23/+53
2008-07-23gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2-1/+17
2008-07-14gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge1-0/+5
2008-07-05gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni1-1/+1
2008-06-25gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge1-0/+32
2008-06-20gst/: Added debug.Thomas Vander Stichele1-1/+4
2008-06-13gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans2-54/+72
2008-06-13gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans1-1/+1
2008-06-13gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.Wim Taymans1-4/+4