gstreamer/gst/udp
Aurelien Grimaud 969622b439 Read ICMP error messages instead of looping
When we are dealing with connected sockets shared between a udpsrc and a udpsink
we might receive ICMP connection refused error messages in udpsrc that will
cause it to go into a bursty loop because the poll returns right away without a
message to read.

Instead of looping, read the error message from the error queue in udpsrc.
Fixes #567857.
2009-02-23 20:49:37 +01:00
..
.gitignore
gstdynudpsink.c gst/udp/: Fix "argument type mismatch" compiler warnings on Windows. 2008-10-27 08:36:43 +00:00
gstdynudpsink.h
gstmultiudpsink.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstmultiudpsink.h
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c Correct return value from gst_udp_get_addr() when no known family is found. 2009-01-26 15:49:22 +01:00
gstudpnetutils.h gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socket, refactor that into a function shared ... 2008-11-20 22:56:58 +00:00
gstudpsink.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstudpsink.h
gstudpsrc.c Read ICMP error messages instead of looping 2009-02-23 20:49:37 +01:00
gstudpsrc.h gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicast groups. 2008-06-13 11:54:05 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
README
udp.vcproj

* What is UDP src/sink?

It is a set of element to transfer data using UDP, nothing more, nothing less.
Its main purpose is to be used in conjunction with RTP but they are kept as
separate elements because we can.