summaryrefslogtreecommitdiff
path: root/gst/udp
AgeCommit message (Expand)AuthorFilesLines
2014-06-20multiudpsink: optimisation: avoid unnecessary memory ref/unrefsTim-Philipp Müller1-7/+3
2014-06-20multiudpsink: avoid some unnecessary run-time type checksTim-Philipp Müller2-3/+3
2014-06-18udp: improve element descriptions for dynudpsink and multiudpsinkTim-Philipp Müller2-2/+4
2014-06-18udp: remove suppression of compiler warnings for deprecated GLib APITim-Philipp Müller2-8/+0
2014-06-13dynudpsink: return FLUSHING when sendto got canceled, not an errorTim-Philipp Müller1-2/+11
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-21multiidpsink: warn when setsockopt failsVincent Penquerc'h1-4/+10
2014-04-16udpsrc: correct LOG msg for -1Marc Leeman1-2/+1
2014-03-24udpsrc: improve caps handlingWim Taymans1-7/+21
2014-03-24udpsrc: open/close socket in NULL<->READY stateWim Taymans1-22/+58
2014-02-14docs: fix mismatched para tagsWilliam Jon McCann1-2/+1
2013-12-19udpsrc: on receive error only unmap and unref buffer if one was alloced and m...Tim-Philipp Müller1-3/+5
2013-12-19multiudpsink: fix misleading commentTim-Philipp Müller1-2/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-4/+2
2013-11-07multiudpsink: Also use the bind-port property if no bind-address was givenSebastian Dröge1-2/+2
2013-10-14multiudpsink: Fix memory leakOgnyan Tonchev1-0/+6
2013-09-05udpsrc: fix build on win32Tim-Philipp Müller1-1/+1
2013-09-03udpsrc: Bind to multicast addresses on non-Windows systemsSebastian Dröge2-32/+39
2013-09-03udpsrc: Refactor address resolval into its own functionSebastian Dröge1-31/+45
2013-08-04udp: remove unused marshal and enumtypes filesTim-Philipp Müller1-12/+0
2013-06-24udpsink: bind to the given interfaceWim Taymans1-0/+13
2013-06-05udpsink: avoid leaking the hostWim Taymans1-1/+8
2013-05-23(dyn|multi)udpsink: Add properties to specify the bind address and portSebastian Dröge4-40/+198
2013-05-23(dyn|multi)udpsink: Bind socket before using itSebastian Dröge2-2/+52
2013-05-23(multi)udpsink: Add missing getters for socket-v6 and used-socket-v6 propertiesSebastian Dröge1-0/+6
2013-04-27udp: log WARNING debug message if UDP multicast is likely to be brokenTim-Philipp Müller1-0/+6
2013-04-27udpsrc: add includes to get socklen_t defined on WindowsTim-Philipp Müller1-0/+11
2013-04-25(multi)udpsink: Use separate sockets for IPv4 and IPv6Sebastian Dröge2-46/+185
2013-04-25dynudpsink: Use separate sockets for IPv4 and IPv6Sebastian Dröge2-26/+105
2013-04-25udp: Don't include removed gstudp.h in noinst_HEADERSSebastian Dröge1-1/+1
2013-04-25udp: Remove unused enum typeSebastian Dröge6-59/+0
2013-04-25udp: Use the generic marshaller instead of generating marshallersSebastian Dröge4-14/+10
2013-04-25udpsrc: Rename instance variable from host to multi_groupSebastian Dröge2-22/+27
2013-04-25udpsrc: Add bind-address propertySebastian Dröge1-0/+14
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-11udpsink: avoid alloc and free in render functionWim Taymans2-5/+20
2013-04-09udpsink: improve debugWim Taymans1-1/+2
2013-02-15udpsrc: use g_socket_set_option() to set buffer size with newer GLib versionsTim-Philipp Müller1-1/+43
2013-01-04udpsrc: sanity check size of available packet data for reading to avoid memor...Tim-Philipp Müller1-0/+8
2012-12-12udpsrc: improve timeoutsWim Taymans1-6/+10
2012-11-15udpsrc: post error before stoppingWim Taymans1-3/+4
2012-11-09udpsrc: Also clear GErrorSebastian Dröge1-0/+1
2012-11-09udpsrc: Don't error out if we get an ICMP destination-unreachable message whe...Sebastian Dröge1-1/+11
2012-11-04Fix FSF addressTim-Philipp Müller12-24/+24
2012-10-22updsrc: fix typo causing compilation errorSebastian Rasmussen1-1/+1
2012-10-10multiudpsink: add multicast-iface propertyRasmus Rohde2-4/+26
2012-10-10multiudpsink: don't error on send errors but only warnWim Taymans1-26/+27
2012-10-10multiudpsink: add force-ipv4 optionRasmus Rohde2-1/+23
2012-10-10multiudpsink: remove unused fieldWim Taymans2-6/+0
2012-10-10udpsrc: use negotiated allocator or poolWim Taymans1-24/+32