summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2005-07-01 20:56:05 +0000
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2005-07-01 20:56:05 +0000
commit2bb453d2b4e9eeeee6fad784d3511bff1a7239a7 (patch)
treeb0109ddb157c281704bbedb777dfdd2e763d9c67
parent5e55d73a7c14877eae918fcea3f506cf49011152 (diff)
downloadgst-plugins-bad-2bb453d2b4e9eeeee6fad784d3511bff1a7239a7.tar.gz
gst-plugins-bad-2bb453d2b4e9eeeee6fad784d3511bff1a7239a7.tar.bz2
gst-plugins-bad-2bb453d2b4e9eeeee6fad784d3511bff1a7239a7.zip
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.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b8bfcd7..404f0f8c 100644
--- 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: