summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtp/: Remove old code that is now in gst-libs/gst/rtp/.Wim Taymans2005-08-181-1/+1
* Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9Tim-Philipp Müller2005-08-131-1/+1
* clean up flagsThomas Vander Stichele2005-07-251-2/+2
* more autistic cleanliness in functions/names/definesThomas Vander Stichele2005-07-141-2/+3
* more macro splitting; fix po problemThomas Vander Stichele2005-07-102-4/+4
* gst/udp/gstudpsrc.c: GST_BASESRC --> GST_BASE_SRCEdward Hervey2005-07-061-1/+1
* gst/udp/: (new)Philippe Kalaf2005-07-015-2/+418
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-2/+2
* gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add theAndy Wingo2005-06-292-2/+15
* 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/Makefile.am: Use versioned net lib.Wim Taymans2005-06-021-1/+1
* gst/udp/Makefile.am: Fix hack in makefile.Wim Taymans2005-06-021-1/+1
* gst/udp/: Use NetBuffer and small cleanups.Wim Taymans2005-06-023-5/+51
* gst/udp/: Added multifdsink to send UDP to multiple addresses.Wim Taymans2005-05-1211-225/+840
* gst/: Make UDP and TCP elements use PushSrc.Wim Taymans2005-05-124-167/+89
* gst/: UDP fixes, added uri handler.Wim Taymans2005-05-113-41/+174
* gst/udp/: Ported udp src/sink.Wim Taymans2005-05-105-493/+200
* gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449Jan Schmidt2004-08-192-2/+20
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+160
* ext/mad/gstid3tag.c: Add stdlib.hDavid Schleef2004-04-202-3/+3
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-104/+108
* *.h: Revert indentingJohan Dahlin2004-03-153-67/+60
* gst-indentThomas Vander Stichele2004-03-146-399/+417
* add missing ending c++ blocksThomas Vander Stichele2004-03-141-8/+15
* 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-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