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)
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

index 9b8bfcd..404f0f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-07-01  Philippe Khalaf <burger@speedy.org>
+       * 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.
+
 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * configure.ac: