gstreamer/gst/udp
2014-11-02 16:58:30 +00:00
..
gstdynudpsink.c udp: improve element descriptions for dynudpsink and multiudpsink 2014-06-18 14:54:58 +01:00
gstdynudpsink.h
gstmultiudpsink.c Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED 2014-11-02 16:58:30 +00:00
gstmultiudpsink.h multiudpsink: avoid some unnecessary run-time type checks 2014-06-20 12:06:57 +01:00
gstudp.c
gstudpnetutils.c
gstudpnetutils.h
gstudpsink.c
gstudpsink.h
gstudpsrc.c Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED 2014-11-02 16:58:30 +00:00
gstudpsrc.h udpsrc: rework memory allocation bits and ensure we always have two chunks of memories to read into 2014-09-09 17:35:38 +01:00
Makefile.am
README
udp.vcproj

* What is UDP src/sink?

It is a set of element to transfer data using UDP, nothing more, nothing less.
Its main purpose is to be used in conjunction with RTP but they are kept as
separate elements because we can.