summaryrefslogtreecommitdiff
path: root/gst/udp
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey1-2/+3
2008-11-30gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge1-2/+2
2008-11-28gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt1-22/+16
2008-11-20gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith4-14/+23
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-27gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...Sebastian Dröge1-0/+3
2008-10-27gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge3-2/+16
2008-09-25gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.Wim Taymans1-12/+14
2008-09-25gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...Daniel Franke1-10/+3
2008-09-23gst/udp/gstmultiudpsink.c: Fix setting the qos.Wim Taymans1-1/+1
2008-08-20gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt3-23/+53
2008-07-23gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2-1/+17
2008-07-14gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge1-0/+5
2008-07-05gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni1-1/+1
2008-06-25gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge1-0/+32
2008-06-20gst/: Added debug.Thomas Vander Stichele1-1/+4
2008-06-13gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans2-54/+72
2008-06-13gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.Wim Taymans1-1/+1
2008-06-13gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.Wim Taymans1-4/+4
2008-05-22gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_AD...Tim-Philipp Müller1-1/+4
2008-05-22gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2-4/+5
2008-05-21gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans4-29/+50
2008-05-21gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2-13/+24
2008-05-21gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä1-0/+4
2008-05-21gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2-16/+47
2008-05-21gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos6-105/+276
2008-05-01gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachabl...Youness Alaoui1-0/+18
2008-04-25gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2-5/+5
2008-03-07gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the ...Wim Taymans1-1/+1
2008-03-07gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup.Ole André Vadla Ravnås1-7/+2
2008-02-28gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt2-134/+72
2008-01-18gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir1-1/+2
2008-01-18gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir1-1/+2
2008-01-17gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2-4/+21
2007-11-14gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller1-0/+1
2007-11-02Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås7-24/+36
2007-10-18gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...Laurent Glayal1-8/+6
2007-09-26gst/udp/gstudpsrc.c: Update documentation.Wim Taymans1-3/+4
2007-09-10gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...Wim Taymans1-0/+2
2007-09-04gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...Wim Taymans1-9/+99
2007-08-17gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans3-11/+76
2007-08-16gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...Wim Taymans1-2/+11
2007-05-21gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st...Wim Taymans1-31/+32
2007-04-29gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2-1/+62
2007-04-29gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2-3/+6
2007-04-26gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans1-2/+14
2007-04-11gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans1-0/+6
2007-04-10gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt1-0/+1
2007-03-29gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal4-34/+94
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2-0/+16