summaryrefslogtreecommitdiff
path: root/gst/udp/gstmultiudpsink.h
AgeCommit message (Expand)AuthorFilesLines
2015-05-27udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it ...Tim-Philipp Müller1-0/+2
2014-12-16udpsink: allocate scratch space for render functions on the heapTim-Philipp Müller1-2/+6
2014-12-16multiudpsink: keep client list consistent during removalsTim-Philipp Müller1-0/+1
2014-12-16multiudpsink: add sendmmsg-ready render_list function prototypeTim-Philipp Müller1-0/+24
2014-12-16multiudpsink: make udp client structure refcountedTim-Philipp Müller1-1/+2
2014-12-16multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 cli...Tim-Philipp Müller1-0/+4
2014-06-20multiudpsink: avoid some unnecessary run-time type checksTim-Philipp Müller1-0/+1
2013-05-23(dyn|multi)udpsink: Add properties to specify the bind address and portSebastian Dröge1-0/+2
2013-04-25(multi)udpsink: Use separate sockets for IPv4 and IPv6Sebastian Dröge1-2/+2
2013-04-25udp: Remove unused enum typeSebastian Dröge1-1/+0
2013-04-11udpsink: avoid alloc and free in render functionWim Taymans1-0/+3
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-10multiudpsink: add multicast-iface propertyRasmus Rohde1-0/+1
2012-10-10multiudpsink: add force-ipv4 optionRasmus Rohde1-0/+1
2012-10-10multiudpsink: remove unused fieldWim Taymans1-1/+0
2012-01-19port to new gthread APIWim Taymans1-1/+1
2012-01-17udpsink/multiudpsink: Port to GIOSebastian Dröge1-12/+11
2011-01-05multiudpsink: add buffer-size propertyWim Taymans1-0/+1
2010-09-06multifdsink: use refcount to count host/port duplicatesWim Taymans1-0/+4
2010-03-11udp: fix compilation errors on non-windows.Michael Smith1-1/+1
2010-03-11multiudpsink: avoid getting the socket family using getsockname()Andoni Morales Alastruey1-0/+1
2009-08-31udpsink: Add ttl multicast propertyJarkko Palviainen1-0/+1
2008-05-21gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans1-1/+1
2008-05-21gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson1-0/+1
2008-05-21gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos1-2/+3
2008-01-17gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete1-0/+2
2007-11-02Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås1-6/+0
2007-08-17gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans1-0/+5
2006-07-24Port udp plugin to win32 (#345288).Joni Valtanen1-8/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-5/+5
2006-02-06gst/udp/gstmultiudpsink.*: Updated docs.Wim Taymans1-0/+3
2005-12-29gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith1-0/+1
2005-12-20gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.Michael Smith1-0/+5
2005-12-06expand tabsThomas Vander Stichele1-13/+13
2005-05-12gst/udp/: Added multifdsink to send UDP to multiple addresses.Wim Taymans1-0/+96