summaryrefslogtreecommitdiff
path: root/gst/udp/gstudpsrc.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17udpsrc: Add "loop" property for enabling/disabling multicast loopbackSebastian Dröge1-1/+16
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-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-27udpsrc: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller1-8/+27
2015-05-19udp: don't use soon-to-be-deprecated g_cancellable_reset()Tim-Philipp Müller1-1/+2
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-3/+1
2014-11-02Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller1-3/+5
2014-09-12udp: include string.h for memcmp and memsetSanjay NM1-0/+1
2014-09-09udpsrc: more efficient memory handlingTim-Philipp Müller1-85/+35
2014-09-09udpsrc: rework memory allocation bits and ensure we always have two chunks of...Tim-Philipp Müller1-12/+100
2014-09-09udpsrc: track max packet size and save allocator negotiated by GstBaseSrcTim-Philipp Müller1-0/+42
2014-08-18udp: fix udpsrc documentationVíctor Manuel Jáquez Leal1-5/+5
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
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-09-05udpsrc: fix build on win32Tim-Philipp Müller1-1/+1
2013-09-03udpsrc: Bind to multicast addresses on non-Windows systemsSebastian Dröge1-31/+38
2013-09-03udpsrc: Refactor address resolval into its own functionSebastian Dröge1-31/+45
2013-04-27udpsrc: add includes to get socklen_t defined on WindowsTim-Philipp Müller1-0/+11
2013-04-25udpsrc: Rename instance variable from host to multi_groupSebastian Dröge1-21/+26
2013-04-25udpsrc: Add bind-address propertySebastian Dröge1-0/+14
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üller1-2/+2
2012-10-22updsrc: fix typo causing compilation errorSebastian Rasmussen1-1/+1
2012-10-10udpsrc: use negotiated allocator or poolWim Taymans1-24/+32
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-3/+3
2012-07-24udpsrc: don't crash dereferencing NULL error when leaving multicast group on ...Tim-Philipp Müller1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-2/+2
2012-04-05updsrc: clear errorMark Nauwelaerts1-0/+2
2012-03-30update for buffer api changeWim Taymans1-1/+1
2012-03-27udp: Fix compiling with mingw.Raimo Järvi1-0/+2
2012-03-13udpsrc: fix SO_RCVBUF handlingWim Taymans1-1/+4
2012-03-06udp: Change the default port to 5004David Schleef1-1/+1
2012-02-22update for new memory apiWim Taymans1-2/+3
2012-02-20fix compiler warningsMatej Knopp1-2/+2
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+2
2012-01-26udpsrc: fix print formatAndoni Morales Alastruey1-1/+1
2012-01-24udpsrc: fix string leakVincent Penquerc'h1-0/+3
2012-01-24udpsrc: fix use of freed memoryVincent Penquerc'h1-1/+1