summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-20 08:36:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-20 08:36:04 +0000
commit642338e9c12293d319970c5b99b4bf7caa8046c9 (patch)
tree2eb8138b4d4fdea137a28219604999e9f85c3a39
parent7b10ba45bd1a00c9b5b095a36569220085b3fb89 (diff)
downloadgst-plugins-bad-642338e9c12293d319970c5b99b4bf7caa8046c9.tar.gz
gst-plugins-bad-642338e9c12293d319970c5b99b4bf7caa8046c9.tar.bz2
gst-plugins-bad-642338e9c12293d319970c5b99b4bf7caa8046c9.zip
gst/tcp/: Added get_stats method that returns a GValueArray of stats values.
Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_get_stats), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_write): * gst/tcp/gstmultifdsink.h: * gst/tcp/gsttcp-marshal.list: Added get_stats method that returns a GValueArray of stats values.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ace6753..380d56ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-07-20 Wim Taymans <wim@fluendo.com>
+
+ * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
+ (gst_multifdsink_add), (gst_multifdsink_get_stats),
+ (gst_multifdsink_client_remove),
+ (gst_multifdsink_handle_client_write):
+ * gst/tcp/gstmultifdsink.h:
+ * gst/tcp/gsttcp-marshal.list:
+ Added get_stats method that returns a GValueArray of
+ stats values.
+
2004-07-19 Benjamin Otte <otte@gnome.org>
* ext/ladspa/gstladspa.c: (gst_ladspa_base_init):