summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
...
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-223-3/+3
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-014-12/+12
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-254-4/+4
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-083-3/+3
* gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.Wim Taymans2006-03-071-11/+0
* Update documentation.Wim Taymans2006-02-161-6/+60
* gst/udp/gstmultiudpsink.*: Updated docs.Wim Taymans2006-02-062-56/+138
* adding docs for multiudpsinkThomas Vander Stichele2006-02-061-2/+49
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-232-4/+4
* gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...Philippe Kalaf2006-01-072-31/+71
* gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith2005-12-292-2/+10
* gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.Michael Smith2005-12-202-2/+66
* expand tabsThomas Vander Stichele2005-12-065-36/+36
* gst/udp/Makefile.am: Moved to netbuffer.Julien Moutte2005-11-301-1/+2
* gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257)Thomas Vander Stichele2005-11-292-2/+2
* 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
* 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