summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* gst/udp/gstudpsrc.c: Fix docs.Wim Taymans2006-07-311-2/+2
* gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans2006-07-271-14/+13
* gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...Tim-Philipp Müller2006-07-271-1/+1
* gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir2006-07-271-14/+73
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-241-10/+46
* 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
* Update documentation.Wim Taymans2006-02-161-6/+60
* gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...Philippe Kalaf2006-01-071-22/+38
* expand tabsThomas Vander Stichele2005-12-061-10/+10
* gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257)Thomas Vander Stichele2005-11-291-1/+1
* gst/udp/gstudpsrc.c: Patch from Sebastien Cote to close control sockets in ud...Sebastien Cote2005-11-251-0/+9
* URIHandler interface and element properties are now properly synchronized for...Edward Hervey2005-11-221-5/+22
* Move comment.Andy Wingo2005-11-161-1/+1
* gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.Andy Wingo2005-11-161-60/+17
* gst/rtsp/gstrtspsrc.c: More SDP parsing and caps setting.Wim Taymans2005-09-211-0/+15
* gst/rtp/README: Update READMEWim Taymans2005-09-211-1/+2
* gst/level/level-example.c: Fix for new bus API.Wim Taymans2005-09-191-0/+1
* gst-plugins-good.spec.in: spec file fixesThomas Vander Stichele2005-09-091-0/+4
* ext/amrnb/: Update caps with audio/AMR.Wim Taymans2005-08-191-0/+27
* more autistic cleanliness in functions/names/definesThomas Vander Stichele2005-07-141-2/+3
* gst/udp/gstudpsrc.c: GST_BASESRC --> GST_BASE_SRCEdward Hervey2005-07-061-1/+1
* gst/udp/: (new)Philippe Kalaf2005-07-011-0/+1
* gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add theAndy Wingo2005-06-291-2/+3
* Fix old RPAD macro. basesrc -> base_srcWim Taymans2005-06-281-1/+1
* gst/udp/gstudpsrc.c: Make udpsrc a live source.Wim Taymans2005-06-231-0/+1
* gst/udp/: Use NetBuffer and small cleanups.Wim Taymans2005-06-021-3/+9
* gst/udp/: Added multifdsink to send UDP to multiple addresses.Wim Taymans2005-05-121-34/+196
* gst/: Make UDP and TCP elements use PushSrc.Wim Taymans2005-05-121-128/+67
* gst/: UDP fixes, added uri handler.Wim Taymans2005-05-111-33/+158
* gst/udp/: Ported udp src/sink.Wim Taymans2005-05-101-245/+115
* gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449Jan Schmidt2004-08-191-2/+19
* ext/mad/gstid3tag.c: Add stdlib.hDavid Schleef2004-04-201-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-72/+74
* gst-indentThomas Vander Stichele2004-03-141-165/+176
* gst/udp/gstudpsrc.c: Check for unfixed caps and throw an element error. (bug...David Schleef2004-03-061-1/+9
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-1/+1
* Change gst_pad_proxy_link() to gst_pad_try_set_caps()David Schleef2003-12-311-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-4/+4
* Add setsockopt SO_REUSEADDRAngel Carpintero2003-08-201-0/+6
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+5
* Congrats everyone! udp plugins are now multicast-enabledZeeshan Ali2003-06-091-3/+29
* Fixup for bug 109797 and 109094Ronald S. Bultje2003-04-061-9/+15
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-1/+1
* 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-151-2/+38
* (1) Caps nego are now dynamic, the Application developer now have choices: u...Zeeshan Ali2002-11-161-24/+109
* UDP plugins will work for RedHatians tooZeeshan Ali2002-11-081-2/+2