From bdafee59257a32d10c00a6d7b495129e1f0ae954 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 20 Dec 2005 12:44:25 +0000 Subject: gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats. Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render), (gst_multiudpsink_add), (gst_multiudpsink_remove), (gst_multiudpsink_get_stats): * gst/udp/gstmultiudpsink.h: Collect statistics; return them from get_stats. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89215afd..50a58a11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-12-20 Michael Smith + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render), + (gst_multiudpsink_add), (gst_multiudpsink_remove), + (gst_multiudpsink_get_stats): + * gst/udp/gstmultiudpsink.h: + Collect statistics; return them from get_stats. + 2005-12-19 Edward Hervey * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan): -- cgit