summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstmultiudpsink.c
Commit message (Expand)AuthorAgeFilesLines
* udpsink: Add ttl multicast propertyJarkko Palviainen2009-08-311-3/+17
* udp: split out TTL and loop optionsJarkko Palviainen2009-08-311-4/+39
* multiudpsink: don't do things with side-effects inside g_return_val_if_fail()Tim-Philipp Müller2009-08-021-3/+4
* Don't use sendmsg()-dependent code on WindowsLRN2009-06-301-0/+6
* multiudpsink: add support for buffer listsOgnyan Tonchev2009-06-161-0/+90
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+2
* udpsrc: Add network interface selectionEdgar E. Iglesias2009-03-131-2/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-4/+0
* gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge2008-11-301-2/+2
* gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt2008-11-281-22/+16
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-201-1/+3
* gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge2008-10-271-1/+4
* gst/udp/gstmultiudpsink.c: Fix setting the qos.Wim Taymans2008-09-231-1/+1
* gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt2008-08-201-3/+14
* gst/: Added debug.Thomas Vander Stichele2008-06-201-1/+4
* gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.Wim Taymans2008-06-131-4/+4
* gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2008-05-221-2/+3
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-211-4/+3
* gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2008-05-211-12/+23
* gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä2008-05-211-0/+4
* gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2008-05-211-16/+46
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-211-64/+46
* gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2008-04-251-2/+2
* gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir2008-01-181-1/+2
* gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir2008-01-181-1/+2
* gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2008-01-171-4/+19
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-021-0/+8
* gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...Wim Taymans2007-09-041-9/+99
* gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans2007-08-171-9/+60
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-291-0/+11
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-291-3/+4
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-101-0/+1
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+5
* gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.Wim Taymans2006-08-161-1/+1
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-241-1/+5
* gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set...Rob Taylor2006-07-101-9/+35
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* gst/udp/gstmultiudpsink.*: Updated docs.Wim Taymans2006-02-061-56/+135
* adding docs for multiudpsinkThomas Vander Stichele2006-02-061-2/+49
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-2/+2
* gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith2005-12-291-2/+9
* gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.Michael Smith2005-12-201-2/+61
* gst-plugins-good.spec.in: spec file fixesThomas Vander Stichele2005-09-091-7/+14
* All plugins updated for element state changes.Andy Wingo2005-09-021-11/+9
* gst/udp/gstmultiudpsink.c: Remove get_time code that is both wrong and unneeded.Wim Taymans2005-08-191-11/+0
* more macro splitting; fix po problemThomas Vander Stichele2005-07-101-2/+2
* gst/udp/: Use NetBuffer and small cleanups.Wim Taymans2005-06-021-0/+40
* gst/udp/: Added multifdsink to send UDP to multiple addresses.Wim Taymans2005-05-121-0/+437