gstreamer/gst/udp
Benjamin Gaignard abd383a2a6 udp: Initialize pointer to NULL
Otherwise we're calling free() with some random
memory address in error cases.

Fixes bug #587982.
2009-07-08 15:19:03 +02:00
..
.gitignore
gstdynudpsink.c
gstdynudpsink.h
gstmultiudpsink.c Don't use sendmsg()-dependent code on Windows 2009-06-30 20:38:33 +02:00
gstmultiudpsink.h
gstudp-marshal.list
gstudp.c
gstudp.h
gstudpnetutils.c udp: Initialize pointer to NULL 2009-07-08 15:19:03 +02:00
gstudpnetutils.h udp: Fix build on FreeBSD 2009-06-19 21:47:29 +02:00
gstudpsink.c
gstudpsink.h
gstudpsrc.c udpsrc: add debug line for the socket 2009-06-16 15:06:50 +02:00
gstudpsrc.h
Makefile.am
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.