summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-29 11:10:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-29 11:10:38 +0000
commit4533321ed60e0f098bb18cc2ca9752fa4911c359 (patch)
tree373c447ead096d04a6109912dc9f59a88a9133bd
parentc3a0bf192661e2dcd264900534a59311da20e4b7 (diff)
gst/tcp/: Added burst on connect sync_method, deprecated sync_clients, streamlined the sync code some more.
Original commit message from CVS: * gst/tcp/.cvsignore: * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type), (gst_multifdsink_class_init), (gst_multifdsink_init), (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_remove_client_link), (is_sync_frame), (gst_multifdsink_new_client), (gst_multifdsink_handle_client_write), (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_set_property), (gst_multifdsink_get_property): * gst/tcp/gstmultifdsink.h: Added burst on connect sync_method, deprecated sync_clients, streamlined the sync code some more.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 359da6d2..7a9ac160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-10-29 Wim Taymans <wim@fluendo.com>
+
+ * gst/tcp/.cvsignore:
+ * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
+ (gst_multifdsink_class_init), (gst_multifdsink_init),
+ (gst_multifdsink_add), (gst_multifdsink_remove),
+ (gst_multifdsink_remove_client_link), (is_sync_frame),
+ (gst_multifdsink_new_client),
+ (gst_multifdsink_handle_client_write),
+ (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
+ (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
+ (gst_multifdsink_get_property):
+ * gst/tcp/gstmultifdsink.h:
+ Added burst on connect sync_method, deprecated sync_clients,
+ streamlined the sync code some more.
+
2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybasebin.c: (thread_error), (setup_source),