mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.
This commit is contained in:
parent
d8c6751870
commit
c6f5a958b0
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
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:
|
||||
|
|
Loading…
Reference in a new issue