From 156151291bfcced63eb356629206537a02eb52c3 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Thu, 17 Jan 2008 11:13:16 +0000 Subject: 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 * 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb3f7f9d..bca5aefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-01-17 Wim Taymans + + Patch by: Olivier Crete + + * 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 * gst/videomixer/Makefile.am: -- cgit