gst/udp/: (new)
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Fri, 1 Jul 2005 20:56:05 +0000 (20:56 +0000)
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Fri, 1 Jul 2005 20:56:05 +0000 (20:56 +0000)
commit2bb453d2b4e9eeeee6fad784d3511bff1a7239a7
treeb0109ddb157c281704bbedb777dfdd2e763d9c67
parent5e55d73a7c14877eae918fcea3f506cf49011152
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