summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables in _class_initEdward Hervey2009-04-181-4/+0
* udp: don't use protocol in debug message after freeingStefan Kost2009-03-311-1/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-1/+14
* gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2007-11-141-0/+1
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-021-0/+8
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-291-1/+51
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+11
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-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
* expand tabsThomas Vander Stichele2005-12-061-2/+2
* gst/rtp/: Remove old code that is now in gst-libs/gst/rtp/.Wim Taymans2005-08-181-1/+1
* gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add theAndy Wingo2005-06-291-0/+12
* gst/udp/: Added multifdsink to send UDP to multiple addresses.Wim Taymans2005-05-121-163/+60
* gst/: Make UDP and TCP elements use PushSrc.Wim Taymans2005-05-121-24/+17
* gst/: UDP fixes, added uri handler.Wim Taymans2005-05-111-7/+8
* gst/udp/: Ported udp src/sink.Wim Taymans2005-05-101-200/+74
* ext/mad/gstid3tag.c: Add stdlib.hDavid Schleef2004-04-201-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-31/+33
* gst-indentThomas Vander Stichele2004-03-141-160/+165
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-1/+1
* use element time.Benjamin Otte2004-01-141-6/+2
* Merge CAPS branchDavid Schleef2003-12-221-2/+2
* forgot to make the element details static in hereBenjamin Otte2003-11-021-1/+1
* fix for new plugin systemBenjamin Otte2003-11-021-8/+13
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+3
* Enable MTU featureAngel Carpintero2003-08-071-8/+7
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+4
* Congrats everyone! udp plugins are now multicast-enabledZeeshan Ali2003-06-091-4/+18
* localhost (the default host) couldnt get resolvedZeeshan Ali2003-06-091-2/+4
* localhost should not be looked-up and the user should be able to able to use ...Zeeshan Ali2003-05-221-6/+23
* Making some things work and breaking othersZeeshan Ali2003-02-101-3/+10
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-1/+1
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-9/+9
* Update to new element sync APIWim Taymans2002-12-271-2/+4
* added mtu optionZeeshan Ali2002-12-201-9/+31
* Moved clock set/get to class functions.Wim Taymans2002-11-271-2/+3
* (1) Caps nego are now dynamic, the Application developer now have choices: u...Zeeshan Ali2002-11-161-26/+93
* Trying to make udp plugins workZeeshan Ali2002-11-081-0/+20
* convert sys_errlist to g_strerror()David Schleef2002-10-261-1/+1
* licenses againAndy Wingo2002-09-291-1/+1
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-201-1/+1
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-4/+4
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-7/+9
* Initial revisionAndy Wingo2001-12-221-0/+301