summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-01-17 11:13:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-17 11:13:16 +0000
commit156151291bfcced63eb356629206537a02eb52c3 (patch)
tree7dac463250cafb840499158ef8453c6d0ea1a18e /ChangeLog
parent4c3b21a09a3fc332bfb357107540646925c4e8c1 (diff)
gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast group or not. This can be useful when shari...
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_init), (gst_multiudpsink_set_property), (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal), (gst_multiudpsink_remove): * gst/udp/gstmultiudpsink.h: Add property to automatically join a multicast group or not. This can be useful when sharing a socket between multiple elements. Fixes #509531.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb3f7f9d..bca5aefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-01-17 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
+ * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
+ (gst_multiudpsink_init), (gst_multiudpsink_set_property),
+ (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
+ (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
+ * gst/udp/gstmultiudpsink.h:
+ Add property to automatically join a multicast group or not. This can be
+ useful when sharing a socket between multiple elements.
+ Fixes #509531.
+
2008-01-16 Stefan Kost <ensonic@users.sf.net>
* gst/videomixer/Makefile.am: