summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-11-28 15:10:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-28 15:10:50 +0000
commit3db0832748b7e2ba4d47ec2436f1d78d2b7ed1e1 (patch)
tree9dc7de1f07406e8ba1316c55e4f7fb35a2714e50 /ChangeLog
parent24e30c883470beabbe88e84ead18ad0d24adc99a (diff)
gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from sendto() instead of breaking streaming. ...
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render): Make gst_multiudpsink_render() ignore errors from sendto() instead of breaking streaming. Emit a warning instead. Fixes #562572.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f945adf..8ac2976c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-28 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Peter Kjellerstedt <pkj at axis com>
+
+ * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
+ Make gst_multiudpsink_render() ignore errors from sendto() instead of
+ breaking streaming. Emit a warning instead. Fixes #562572.
+
2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Ron McOuat <rmcouat at smartt dot com>