gstreamer/gst/udp
Peter Kjellerstedt 50f88db3ad gst/: Fix some compiler warnings. Fixes #428182.
Original commit message from CVS:
Patch by: Peter Kjellerstedt  <pkj at axis com>
* gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
* gst/rtp/gstrtpL16depay.c:
* gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
* gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
(gst_rtp_speex_depay_setcaps):
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
(gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
Fix some compiler warnings. Fixes #428182.
2007-04-10 10:01:14 +00:00
..
.gitignore gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstdynudpsink.c gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
gstdynudpsink.h gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
gstmultiudpsink.c gst/: Fix some compiler warnings. Fixes #428182. 2007-04-10 10:01:14 +00:00
gstmultiudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudp-marshal.list gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudp.c Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudp.h gst/udp/: Added multifdsink to send UDP to multiple addresses. 2005-05-12 15:32:51 +00:00
gstudpnetutils.c Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpnetutils.h gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems to do not support it. 2007-02-11 12:57:47 +00:00
gstudpsink.c Fix a bunch of leaks shown by the newly-added states test. 2007-03-04 13:52:03 +00:00
gstudpsink.h Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
gstudpsrc.c gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
gstudpsrc.h gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. 2007-03-29 09:59:23 +00:00
Makefile.am Port udp plugin to win32 (#345288). 2006-07-24 11:48:03 +00:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00
udp.vcproj more working plugins 2004-07-27 21:41:30 +00:00

* 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.