diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-20 11:07:23 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-20 11:07:23 +0000 |
commit | f633c0fb79c3eff45a72c0af81caf90a3e074776 (patch) | |
tree | 91ca8e1582a99902cc2a1dd535d875b1e356b1bb | |
parent | 5fd5eba80aec07ddbe6545c05c46428a2f27ba12 (diff) |
gst/tcp/gstmultifdsink.*: More multifdsink stats. Avoid deadlock by releasing locks before sending out a signal.
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_multifdsink_queue_buffer):
* gst/tcp/gstmultifdsink.h:
More multifdsink stats. Avoid deadlock by releasing locks
before sending out a signal.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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_multifdsink_queue_buffer): + * gst/tcp/gstmultifdsink.h: + More multifdsink stats. Avoid deadlock by releasing locks + before sending out a signal. + 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org> * po/LINGUAS: |