summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* 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-092-7/+18
* All plugins updated for element state changes.Andy Wingo2005-09-022-21/+18
* gst/udp/gstmultiudpsink.c: Remove get_time code that is both wrong and unneeded.Wim Taymans2005-08-191-11/+0
* ext/amrnb/: Update caps with audio/AMR.Wim Taymans2005-08-192-0/+29
* 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