gst/tcp/: Added burst on connect sync_method, deprecated sync_clients, streamlined...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 29 Oct 2004 11:10:38 +0000 (11:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 29 Oct 2004 11:10:38 +0000 (11:10 +0000)
commit2684fe93a744687c69b4166a19439cdf6250bcf8
tree46ca66e4d519fdd9c9b518308cc295a7fc033669
parentcca792e6dd8a43ae0a2ea6c34b3943dc44b39481
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.
ChangeLog