From 21dbd4eb9a41c9d7ba5b5ba7f7c43f7599ec82c8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 6 Feb 2006 17:26:43 +0000 Subject: gst/udp/gstmultiudpsink.*: Updated docs. Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_render), (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), (gst_multiudpsink_add), (gst_multiudpsink_remove), (gst_multiudpsink_clear), (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state): * gst/udp/gstmultiudpsink.h: Updated docs. Added properties bytes-served, bytes_to_serve. Post proper error messages, Emit client added signal too. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28c3c1a5..d401468b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-02-06 Wim Taymans + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), + (gst_multiudpsink_render), (gst_multiudpsink_get_property), + (gst_multiudpsink_init_send), (gst_multiudpsink_add), + (gst_multiudpsink_remove), (gst_multiudpsink_clear), + (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state): + * gst/udp/gstmultiudpsink.h: + Updated docs. + Added properties bytes-served, bytes_to_serve. + Post proper error messages, + Emit client added signal too. + 2006-02-06 Thomas Vander Stichele * docs/plugins/Makefile.am: -- cgit