summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-022-2/+2
* use element time.Benjamin Otte2004-01-141-6/+2
* Change gst_pad_proxy_link() to gst_pad_try_set_caps()David Schleef2003-12-311-1/+1
* Merge CAPS branchDavid Schleef2003-12-221-2/+2
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-073-2/+3
* forgot to make the element details static in hereBenjamin Otte2003-11-021-1/+1
* fix for new plugin systemBenjamin Otte2003-11-023-36/+41
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-082-6/+7
* Add setsockopt SO_REUSEADDRAngel Carpintero2003-08-201-0/+6
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Enable MTU featureAngel Carpintero2003-08-071-8/+7
* Added some issues on TODOAngel Carpintero2003-07-311-0/+3
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-1/+9
* Congrats everyone! udp plugins are now multicast-enabledZeeshan Ali2003-06-094-7/+54
* 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-222-6/+24
* Fixup for bug 109797 and 109094Ronald S. Bultje2003-04-061-9/+15
* 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-102-10/+10
* Update to new element sync APIWim Taymans2002-12-271-2/+4
* added mtu optionZeeshan Ali2002-12-202-9/+33
* Fix caps negoWim Taymans2002-12-181-1/+2
* build fix: declare variable at start of blockDavid I. Lehn2002-12-171-1/+1
* trying to follow wtay's adviceZeeshan Ali2002-12-152-2/+41
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* fix some disting and rpm building issuesChristian Schaller2002-11-281-1/+1
* Moved clock set/get to class functions.Wim Taymans2002-11-271-2/+3
* updated with the latest changes.Zeeshan Ali2002-11-162-10/+39
* (1) Caps nego are now dynamic, the Application developer now have choices: u...Zeeshan Ali2002-11-164-50/+206
* UDP plugins will work for RedHatians tooZeeshan Ali2002-11-082-8/+2
* Trying to make udp plugins workZeeshan Ali2002-11-083-1/+23
* convert sys_errlist to g_strerror()David Schleef2002-10-261-1/+1
* licenses againAndy Wingo2002-09-292-2/+2
* plugins part of license field patchChristian Schaller2002-09-182-0/+2
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-202-2/+2
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-2/+2
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-205-5/+5
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-193-9/+9
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable...Andy Wingo2002-03-191-1/+1
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-132-8/+10
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-2/+3
* Initial revisionAndy Wingo2001-12-228-0/+877