diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2008-02-28 11:51:24 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-02-28 11:51:24 +0000 |
| commit | 9c814472e56ed0a6c70755cf9c70860a5fb32e08 (patch) | |
| tree | 79b2ef003eab9c71c5d7829abc84c40fa36cc59f /ChangeLog | |
| parent | 593528c5f6bde202cf4f420afd077084ca153dd3 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |
