From 112216c22f971c56ad8c3e952b146868180cd157 Mon Sep 17 00:00:00 2001 From: Laurent Glayal Date: Thu, 29 Mar 2007 09:59:23 +0000 Subject: gst/udp/: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. Original commit message from CVS: Patch by: Laurent Glayal * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init), (gst_dynudpsink_init), (gst_dynudpsink_set_property), (gst_dynudpsink_get_property), (gst_dynudpsink_init_send), (gst_dynudpsink_close): * gst/udp/gstdynudpsink.h: * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_create), (gst_udpsrc_set_property), (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop): * gst/udp/gstudpsrc.h: Rework the socket allocation a bit based on the sockfd argument so that it becomes usable. Add a closefd property to instruct the udp elements to close the custom file descriptors when going to READY. Fixes #423304. API:GstUDPSrc::closefd property API:GstDynUDPSink::closefd property --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73679b65..d5c5ab2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2007-03-29 Wim Taymans + + Patch by: Laurent Glayal + + * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init), + (gst_dynudpsink_init), (gst_dynudpsink_set_property), + (gst_dynudpsink_get_property), (gst_dynudpsink_init_send), + (gst_dynudpsink_close): + * gst/udp/gstdynudpsink.h: + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), + (gst_udpsrc_create), (gst_udpsrc_set_property), + (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop): + * gst/udp/gstudpsrc.h: + Rework the socket allocation a bit based on the sockfd argument so that + it becomes usable. + Add a closefd property to instruct the udp elements to close the custom + file descriptors when going to READY. Fixes #423304. + API:GstUDPSrc::closefd property + API:GstDynUDPSink::closefd property + 2007-03-29 Wim Taymans Patch by: Laurent Glayal -- cgit