summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-162-2/+2
* gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.Sebastien Cote2006-10-111-8/+23
* gst/rtsp/URLS: Add some more URLs.Wim Taymans2006-09-291-6/+6
* gst/udp/gstudpsrc.*: Added property to post a message on timeout.Wim Taymans2006-09-292-33/+90
* gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read ca...Antoine Tremblay2006-09-291-1/+1
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* gst/udp/: Update README, simple cleanup.Wim Taymans2006-09-212-22/+4
* gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.Wim Taymans2006-08-161-1/+1
* 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-272-15/+14
* 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-272-15/+75
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-2411-42/+213
* gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set...Rob Taylor2006-07-101-9/+35
* 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