diff options
author | Philippe Kalaf <philippe.kalaf@collabora.co.uk> | 2005-07-01 20:56:05 +0000 |
---|---|---|
committer | Philippe Kalaf <philippe.kalaf@collabora.co.uk> | 2005-07-01 20:56:05 +0000 |
commit | 2bb453d2b4e9eeeee6fad784d3511bff1a7239a7 (patch) | |
tree | b0109ddb157c281704bbedb777dfdd2e763d9c67 /ChangeLog | |
parent | 5e55d73a7c14877eae918fcea3f506cf49011152 (diff) | |
download | gst-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |