From 2e599ab03749eabcf058a1c06e73487cae82f59b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 17 Aug 2007 13:59:15 +0000 Subject: gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to use. Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_init), (gst_multiudpsink_set_property), (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), (gst_multiudpsink_close), (gst_multiudpsink_add): * gst/udp/gstmultiudpsink.h: Add support for getting and setting the socket to use. * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_create), (gst_udpsrc_get_property): Add support for getting the currently used socket. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb24114c..dca83691 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-08-17 Wim Taymans + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), + (gst_multiudpsink_init), (gst_multiudpsink_set_property), + (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), + (gst_multiudpsink_close), (gst_multiudpsink_add): + * gst/udp/gstmultiudpsink.h: + Add support for getting and setting the socket to use. + + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), + (gst_udpsrc_create), (gst_udpsrc_get_property): + Add support for getting the currently used socket. + 2007-08-16 Sebastian Dröge reviewed by: Stefan Kost -- cgit