summaryrefslogtreecommitdiff
path: root/gst/udp
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-22gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_AD...Tim-Philipp Müller1-1/+4
2008-05-22gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2-4/+5
2008-05-21gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans4-29/+50
2008-05-21gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2-13/+24
2008-05-21gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä1-0/+4
2008-05-21gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2-16/+47
2008-05-21gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos6-105/+276
2008-05-01gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachabl...Youness Alaoui1-0/+18
2008-04-25gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2-5/+5
2008-03-07gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the ...Wim Taymans1-1/+1
2008-03-07gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup.Ole André Vadla Ravnås1-7/+2
2008-02-28gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt2-134/+72
2008-01-18gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir1-1/+2
2008-01-18gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir1-1/+2
2008-01-17gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2-4/+21
2007-11-14gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller1-0/+1