summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-08-17 10:30:15 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-08-17 10:30:15 +0000
commit2333fb7ff7cf3eb5850f28eec2f60e12fcaf21f9 (patch)
tree42dfa5cc7aa0ef4d47ed6ebe510c10a8509e7c6e /ChangeLog
parent575740d70a6eff5d9869c1ab6738c2c07d3d8544 (diff)
downloadgst-plugins-bad-2333fb7ff7cf3eb5850f28eec2f60e12fcaf21f9.tar.gz
gst-plugins-bad-2333fb7ff7cf3eb5850f28eec2f60e12fcaf21f9.tar.bz2
gst-plugins-bad-2333fb7ff7cf3eb5850f28eec2f60e12fcaf21f9.zip
gst/tcp/gstmultifdsink.*: Added option to send a keyframe to clients as the first buffer.
Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_init), (gst_multifdsink_add), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_set_property), (gst_multifdsink_get_property): * gst/tcp/gstmultifdsink.h: Added option to send a keyframe to clients as the first buffer. Make timeout property writable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b3c8885..ca0e788e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-08-17 Wim Taymans <wim@fluendo.com>
+
+ * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
+ (gst_multifdsink_init), (gst_multifdsink_add),
+ (gst_multifdsink_client_queue_buffer),
+ (gst_multifdsink_set_property), (gst_multifdsink_get_property):
+ * gst/tcp/gstmultifdsink.h:
+ Added option to send a keyframe to clients as the first buffer.
+ Make timeout property writable.
+
2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Wim Taymans