summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstmultiudpsink.c
Commit message (Expand)AuthorAgeFilesLines
* 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