summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-02-28 11:51:24 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-02-28 11:51:24 +0000
commit9c814472e56ed0a6c70755cf9c70860a5fb32e08 (patch)
tree79b2ef003eab9c71c5d7829abc84c40fa36cc59f /ChangeLog
parent593528c5f6bde202cf4f420afd077084ca153dd3 (diff)
gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create), (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop), (gst_udpsrc_stop): * gst/udp/gstudpsrc.h: Port to GstPoll. See #505417.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da4876f1..a527a63a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Peter Kjellerstedt <pkj at axis com>
+
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
+ (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
+ (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
+ * gst/udp/gstudpsrc.h:
+ Port to GstPoll. See #505417.
+
2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
* gst/law/mulaw-decode.c: (gst_mulawdec_chain):