summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-16 11:49:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-16 11:49:01 +0000
commit042d3a461c84d4c4ecb232f5eff40e1ce77ac03c (patch)
treeb92f3d9a57de4ce32f161d7d7c545cf2d1181d51 /ChangeLog
parent41f0496738f42b64868500ebb4be4053a1500f91 (diff)
gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we have data available immediatly.
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Improve UDP performance by avoiding a select() when we have data available immediatly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69a5b2da..e5fe5a6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-08-16 Wim Taymans <wim.taymans@gmail.com>
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
+ Improve UDP performance by avoiding a select() when we have data
+ available immediatly.
+
+2007-08-16 Wim Taymans <wim.taymans@gmail.com>
+
* gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
(gst_rtp_dec_class_init):
* gst/rtsp/gstrtpdec.h: