summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost2009-10-161-2/+3
* udpsink: Add ttl multicast propertyJarkko Palviainen2009-08-313-3/+19
* udp: split out TTL and loop optionsJarkko Palviainen2009-08-313-19/+96
* multiudpsink: don't do things with side-effects inside g_return_val_if_fail()Tim-Philipp Müller2009-08-021-3/+4
* udputils: initialize struct content with 0.Josep Torra2009-07-211-0/+4
* udp: Initialize pointer to NULLBenjamin Gaignard2009-07-081-1/+1
* Don't use sendmsg()-dependent code on WindowsLRN2009-06-301-0/+6
* udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some casesTim-Philipp Müller2009-06-231-2/+2
* udp: Fix build on FreeBSDKoop Mast2009-06-191-1/+1
* udputils: don't free invalid memoryWim Taymans2009-06-191-1/+1
* udpsrc: add debug line for the socketWim Taymans2009-06-161-0/+2
* multiudpsink: add support for buffer listsOgnyan Tonchev2009-06-161-0/+90
* udpsrc: fix getaddrinfo error reportingWim Taymans2009-04-271-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
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-182-8/+4
* Remove unused variables in _class_initEdward Hervey2009-04-181-4/+0
* udp: don't use protocol in debug message after freeingStefan Kost2009-03-312-2/+2
* udp: Fix build if on SolarisDavid Adam2009-03-191-2/+2
* udpsrc: convert _ in properties to -Wim Taymans2009-03-131-2/+2
* udpsrc: Add network interface selectionEdgar E. Iglesias2009-03-135-5/+43
* 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
|/
* udpsrc: fix compilationWim Taymans2009-02-251-0/+4
* udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.Peter Kjellerstedt2009-02-251-1/+1
* udpsrc: Unify the use of union gst_sockaddr.Peter Kjellerstedt2009-02-251-8/+7
* udp: Fix strict-aliasing warnings from gcc 4.4.0Jan Schmidt2009-02-241-11/+14
* Read ICMP error messages instead of loopingAurelien Grimaud2009-02-231-2/+44
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-1/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-283-76/+72
* 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/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge2008-11-301-2/+2
* gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt2008-11-281-22/+16
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-204-14/+23
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...Sebastian Dröge2008-10-271-0/+3
* gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge2008-10-273-2/+16
* gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.Wim Taymans2008-09-251-12/+14
* gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...Daniel Franke2008-09-251-10/+3
* gst/udp/gstmultiudpsink.c: Fix setting the qos.Wim Taymans2008-09-231-1/+1
* gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt2008-08-203-23/+53
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-232-1/+17
* gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge2008-07-141-0/+5
* gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni2008-07-051-1/+1
* gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge2008-06-251-0/+32
* gst/: Added debug.Thomas Vander Stichele2008-06-201-1/+4
* gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans2008-06-132-54/+72
* gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans2008-06-131-1/+1