summaryrefslogtreecommitdiff
path: root/gst/udp/gstudpsrc.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-17udpsrc: Add "loop" property for enabling/disabling multicast loopbackSebastian Dröge1-0/+1
2015-05-27udpsrc: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller1-1/+3
2014-09-09udpsrc: rework memory allocation bits and ensure we always have two chunks of...Tim-Philipp Müller1-0/+6
2014-09-09udpsrc: track max packet size and save allocator negotiated by GstBaseSrcTim-Philipp Müller1-0/+7
2013-09-03udpsrc: Bind to multicast addresses on non-Windows systemsSebastian Dröge1-1/+1
2013-04-25udp: Remove unused enum typeSebastian Dröge1-1/+0
2013-04-25udpsrc: Rename instance variable from host to multi_groupSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-01-17udpsrc: Port to GIOSebastian Dröge1-15/+10
2010-08-04udpsrc: add property to enable port reuseWim Taymans1-0/+1
2010-03-10udp: use uri parsing codeWim Taymans1-3/+4
2009-03-13udpsrc: Add network interface selectionEdgar E. Iglesias1-0/+1
2008-06-13gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans1-0/+2
2008-05-21gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos1-2/+1
2008-02-28gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt1-13/+13
2007-03-29gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal1-0/+3
2007-03-02gst/udp/gstudpsrc.*: Add support to strip proprietary headers. Fixes #350296.Thijs Vermeir1-0/+1
2006-09-29gst/udp/gstudpsrc.*: Added property to post a message on timeout.Wim Taymans1-11/+12
2006-07-27gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans1-1/+1
2006-07-27gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir1-1/+2
2006-07-24Port udp plugin to win32 (#345288).Joni Valtanen1-5/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2005-08-19ext/amrnb/: Update caps with audio/AMR.Wim Taymans1-0/+2
2005-05-12gst/udp/: Added multifdsink to send UDP to multiple addresses.Wim Taymans1-3/+3
2005-05-12gst/: Make UDP and TCP elements use PushSrc.Wim Taymans1-14/+5
2005-05-11gst/: UDP fixes, added uri handler.Wim Taymans1-1/+8
2005-05-10gst/udp/: Ported udp src/sink.Wim Taymans1-12/+0
2004-08-19gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449Jan Schmidt1-0/+1
2004-03-15*.h: Revert indentingJohan Dahlin1-32/+28
2004-03-14gst-indentThomas Vander Stichele1-28/+32
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-1/+0
2003-06-09Congrats everyone! udp plugins are now multicast-enabledZeeshan Ali1-0/+6
2002-12-15trying to follow wtay's adviceZeeshan Ali1-0/+3
2002-11-16(1) Caps nego are now dynamic, the Application developer now have choices: u...Zeeshan Ali1-0/+2
2002-11-08UDP plugins will work for RedHatians tooZeeshan Ali1-6/+0
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
2001-12-22Initial revisionAndy Wingo1-0/+88