summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstdynudpsink.h
Commit message (Collapse)AuthorAgeFilesLines
* expand tabsThomas Vander Stichele2005-12-061-6/+6
| | | | | Original commit message from CVS: expand tabs
* gst/udp/: (new)Philippe Kalaf2005-07-011-0/+76
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.