summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-131-2/+3
* gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge2008-11-301-2/+2
* gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt2008-11-281-22/+16
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-204-14/+23
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...Sebastian Dröge2008-10-271-0/+3
* gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge2008-10-273-2/+16
* gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.Wim Taymans2008-09-251-12/+14
* gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...Daniel Franke2008-09-251-10/+3
* gst/udp/gstmultiudpsink.c: Fix setting the qos.Wim Taymans2008-09-231-1/+1
* gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt2008-08-203-23/+53
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-232-1/+17
* gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge2008-07-141-0/+5
* gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni2008-07-051-1/+1
* gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge2008-06-251-0/+32
* gst/: Added debug.Thomas Vander Stichele2008-06-201-1/+4
* gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans2008-06-132-54/+72
* gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans2008-06-131-1/+1
* gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.Wim Taymans2008-06-131-4/+4
* gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_AD...Tim-Philipp Müller2008-05-221-1/+4
* gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2008-05-222-4/+5
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-214-29/+50
* gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2008-05-212-13/+24
* gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä2008-05-211-0/+4
* gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2008-05-212-16/+47
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-216-105/+276
* gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachabl...Youness Alaoui2008-05-011-0/+18
* gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2008-04-252-5/+5
* gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the ...Wim Taymans2008-03-071-1/+1
* gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup.Ole André Vadla Ravnås2008-03-071-7/+2
* gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt2008-02-282-134/+72
* gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir2008-01-181-1/+2
* gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir2008-01-181-1/+2
* gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2008-01-172-4/+21
* gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2007-11-141-0/+1
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-027-24/+36
* gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...Laurent Glayal2007-10-181-8/+6
* gst/udp/gstudpsrc.c: Update documentation.Wim Taymans2007-09-261-3/+4
* gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...Wim Taymans2007-09-101-0/+2
* gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...Wim Taymans2007-09-041-9/+99
* gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans2007-08-173-11/+76
* gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...Wim Taymans2007-08-161-2/+11
* gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st...Wim Taymans2007-05-211-31/+32
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-292-1/+62
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-292-3/+6
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-261-2/+14
* gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans2007-04-111-0/+6
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-101-0/+1
* gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal2007-03-294-34/+94
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-042-0/+16