diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-09-29 11:09:40 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-09-29 11:09:40 +0000 |
commit | fcd901a5bf0edad1eb198758da293d0ec34269cf (patch) | |
tree | 814dbd8e3e28f748b491f914df22bcdc9093c085 /ChangeLog | |
parent | e8c59d9da35e716049f89ce213f374556997e9df (diff) |
gst/udp/gstudpsrc.*: Added property to post a message on timeout.
Original commit message from CVS:
* gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
(gst_udpsrc_create), (gst_udpsrc_set_property),
(gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
* gst/udp/gstudpsrc.h:
Added property to post a message on timeout.
Updated docs.
When restarting the select, initialize the fdsets again.
Init control sockets so we don't accidentally close a random socket.
API: GstUDPSrc::timeout property
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-09-29 Wim Taymans <wim@fluendo.com> + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), + (gst_udpsrc_create), (gst_udpsrc_set_property), + (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop): + * gst/udp/gstudpsrc.h: + Added property to post a message on timeout. + Updated docs. + When restarting the select, initialize the fdsets again. + Init control sockets so we don't accidentally close a random socket. + API: GstUDPSrc::timeout property + +2006-09-29 Wim Taymans <wim@fluendo.com> + * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type): Fix flag registration. |