summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaurent Glayal <spglegle@yahoo.fr>2007-03-29 09:59:23 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-03-29 09:59:23 +0000
commit112216c22f971c56ad8c3e952b146868180cd157 (patch)
treed00fe33e3e025d7bcad149a559e3acb16d35dd76 /ChangeLog
parentd94a696bcd11dd7cf1de4145609788c60ec7f2b7 (diff)
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 <spglegle at yahoo dot fr> * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73679b65..d5c5ab2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,26 @@
Patch by: Laurent Glayal <spglegle at yahoo dot fr>
+ * 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 <wim@fluendo.com>
+
+ Patch by: Laurent Glayal <spglegle at yahoo dot fr>
+
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),