diff options
| author | Michael Smith <msmith@xiph.org> | 2005-12-29 16:36:19 +0000 |
|---|---|---|
| committer | Michael Smith <msmith@xiph.org> | 2005-12-29 16:36:19 +0000 |
| commit | 603daf45ac63e278fc5762789c1ded487321a1bd (patch) | |
| tree | f62d883dc1052371426fcd6ef8fb8fc3091de137 /ChangeLog | |
| parent | 00b3a309e20928063ab6c34e4f528a21de1b6254 (diff) | |
gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes sent; provide this info through get-sta...
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
(gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
* gst/udp/gstmultiudpsink.h:
Track packets sent per client in addition to bytes sent; provide
this info through get-stats signal
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-12-29 Michael Smith <msmith@fluendo.com> + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render), + (gst_multiudpsink_remove), (gst_multiudpsink_get_stats): + * gst/udp/gstmultiudpsink.h: + Track packets sent per client in addition to bytes sent; provide + this info through get-stats signal + 2005-12-29 Tim-Philipp Müller <tim at centricular dot net> * gst/auparse/gstauparse.c: (gst_au_parse_dispose): |
