gst/udp/: (new)
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Fri, 1 Jul 2005 20:56:07 +0000 (20:56 +0000)
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Fri, 1 Jul 2005 20:56:07 +0000 (20:56 +0000)
commitc88ac33128a2026da0e9f94c930360805c0f67e0
treee5b780faffc508ae99b239454ad4c36f1521e987
parent0f9c0996fc88f140f4c9292abfe1c521a1c9fad6
gst/udp/: (new)

Original commit message from CVS:
* gst/udp/Makefile.am:
* gst/udp/gstudp.c:
* gst/udp/gstdynudpsink.c: (new)
* gst/udp/gstdynudpsink.h: (new)
Added new element (udpdynsink) that receives GstNetBuffers and sends the
udp packets to the source given in the buffer. It's used by rtpsession
element for now.
* gst/udp/gstudpsrc.c:
Fixed memory leak.
ChangeLog
gst/udp/Makefile.am
gst/udp/gstdynudpsink.c [new file with mode: 0644]
gst/udp/gstdynudpsink.h [new file with mode: 0644]
gst/udp/gstudp.c
gst/udp/gstudpsrc.c