summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstmultiudpsink.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2005-12-29 16:36:19 +0000
committerMichael Smith <msmith@xiph.org>2005-12-29 16:36:19 +0000
commit603daf45ac63e278fc5762789c1ded487321a1bd (patch)
treef62d883dc1052371426fcd6ef8fb8fc3091de137 /gst/udp/gstmultiudpsink.h
parent00b3a309e20928063ab6c34e4f528a21de1b6254 (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 'gst/udp/gstmultiudpsink.h')
-rw-r--r--gst/udp/gstmultiudpsink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/udp/gstmultiudpsink.h b/gst/udp/gstmultiudpsink.h
index e8cbf8f9..a9c84e05 100644
--- a/gst/udp/gstmultiudpsink.h
+++ b/gst/udp/gstmultiudpsink.h
@@ -60,6 +60,7 @@ typedef struct {
/* Per-client stats */
guint64 bytes_sent;
+ guint64 packets_sent;
guint64 connect_time;
guint64 disconnect_time;
} GstUDPClient;