summaryrefslogtreecommitdiff
path: root/gst/udp
AgeCommit message (Expand)AuthorFilesLines
2018-01-12udpsrc: fix typo in documentationFlorent Thiéry1-1/+1
2017-12-23udpsrc: fix typo in multicast join error messageMark Nauwelaerts1-1/+1
2017-12-23multiudpsink: don't try to set IPV6_TCLASS on IPV4 socketsSebastian Rasmussen1-2/+4
2017-12-19multiudpsink: Call gst_base_sink_wait_preroll on unlockOlivier Crête1-25/+27
2017-12-19multiudpsink: Remove unused variableOlivier Crête1-2/+0
2017-12-08multiudpsink: fix bind address leakAlvaro Margulis1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-02-15udpsrc: Use IP_MULTICAST_ALL for filtering IPv4 packets if availableSebastian Dröge1-2/+15
2016-12-19updsrc: Add to join multiple multicast interfacesWonchul Lee1-13/+52
2016-11-14udpsrc: remove redundant saddr unrefPetr Kulhavy1-11/+4
2016-11-14udpsrc: receive control messages only in multicastPetr Kulhavy1-25/+27
2016-10-27udpsrc: Check for G_PLATFORM_WIN32 for presence of ipi_spec_destScott D Phillips1-3/+3
2016-09-12udpsrc: Fix compilation on NetBSDThomas Klausner1-0/+4
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+17
2016-08-12multiudpsink: Initialize bytes_sent field.Thomas Bluemel1-0/+1
2016-07-10udpsrc: Use correct in6_pktinfo struct instead of in_pktinfoSebastian Dröge1-1/+1
2016-06-28udpsrc: Windows has no ipi_spec_dst in struct in_pktinfoSebastian Dröge1-1/+6
2016-06-28udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOSSebastian Dröge1-0/+2
2016-06-28udpsrc: Move #includes around to a) work around broken glibc header and b) Wi...Sebastian Dröge1-4/+10
2016-06-28udpsrc: Fix compilation on Windows and *BSD/OSXSebastian Dröge1-1/+5
2016-06-28udpsrc: Filter out multicast packets that are not for our multicast addressSebastian Dröge1-1/+388
2016-05-18udpsrc: fix Since version for new "loop" propertyTim-Philipp Müller1-1/+1
2016-05-17udpsrc: add doc blurb with since marker for new "loop" propertyTim-Philipp Müller1-0/+7
2016-04-29udpsrc: Always bind to ANY when address is a multicast address and not only o...Sebastian Dröge1-19/+5
2016-04-26multiudpsink: Allow setting "socket-v6" without setting "socket" tooMats Lindestam1-1/+1
2016-04-18udpsrc: add "retrieve-sender-address" propertyTim-Philipp Müller2-2/+32
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM3-6/+3
2016-03-04udpsrc: Fix multicast group joining with provided sockets on WindowsSebastian Dröge1-4/+33
2016-02-21win32: remove outdated build cruftTim-Philipp Müller1-160/+0
2015-11-17udpsrc: Add "loop" property for enabling/disabling multicast loopbackSebastian Dröge2-1/+17
2015-10-23docs: Minor fixes in various placesMischa Spiegelmock1-1/+1
2015-10-02udpsrc: Fixup last commitSebastian Dröge1-15/+0
2015-10-02Update GLib dependency to 2.40.0Sebastian Dröge1-44/+0
2015-09-11multiudpsink: fix GError memory leak when hostname resolution failsVineeth TM1-0/+1
2015-09-04udpsrc: Fix build with GLib < 2.44Sebastian Dröge1-0/+4
2015-09-04udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving dataSebastian Dröge1-4/+6
2015-05-27dynudpsink: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller2-7/+27
2015-05-27udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it ...Tim-Philipp Müller2-6/+26
2015-05-27udpsrc: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller2-9/+30
2015-05-19udp: don't use soon-to-be-deprecated g_cancellable_reset()Tim-Philipp Müller3-3/+6
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt2-5/+2
2015-03-13multiudpsink: fix crash with GST_DEBUG enabledTim-Philipp Müller1-1/+0
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2014-12-16udpsink: allocate scratch space for render functions on the heapTim-Philipp Müller2-15/+42
2014-12-16multiudpsink: re-use send_buffers() code path for render() functionTim-Philipp Müller1-114/+7
2014-12-16multiudpsink: keep client list consistent during removalsTim-Philipp Müller2-1/+23
2014-12-16multiudpsink: fix client count after removalTim-Philipp Müller1-1/+12
2014-12-16multiudpsink: keep client list sorted by socket familyTim-Philipp Müller1-2/+23
2014-12-16multiudpsink: add sendmmsg-ready render_list function prototypeTim-Philipp Müller2-0/+399