summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f5dcb84..003d719e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-10 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Rob Taylor <robtaylor at floopily dot org>
+
+ * gst/udp/gstmultiudpsink.c: (join_multicast),
+ (gst_multiudpsink_init_send), (gst_multiudpsink_add):
+ If a destination is added before the stream is set to PAUSED, the
+ multicast group is not joined as the socket is not created yet.
+ Also TTL and LOOP should also be set. Fixes #346921.
+
2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),