diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-09-15 16:03:14 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-09-15 16:03:14 +0000 |
commit | 1fc7835095dcfaaf537a780e7a53ddbeb18016ec (patch) | |
tree | beb71abbbfa1084a972afb65e44a1687eb3bcca1 | |
parent | 678795eedfcb47dbf4fa1f02f827c5676c52871b (diff) | |
download | gst-plugins-bad-1fc7835095dcfaaf537a780e7a53ddbeb18016ec.tar.gz gst-plugins-bad-1fc7835095dcfaaf537a780e7a53ddbeb18016ec.tar.bz2 gst-plugins-bad-1fc7835095dcfaaf537a780e7a53ddbeb18016ec.zip |
gst/tcp/gstmultifdsink.c: Don't close the fd in multifdsink as we didn't open it in the first place. Some cleanups.
Original commit message from CVS:
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
(gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
Don't close the fd in multifdsink as we didn't open it in the
first place. Some cleanups.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-09-15 Wim Taymans <wim@fluendo.com> + * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link), + (gst_multifdsink_handle_clients), (gst_multifdsink_change_state): + Don't close the fd in multifdsink as we didn't open it in the + first place. Some cleanups. + +2004-09-15 Wim Taymans <wim@fluendo.com> + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): |