summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-09-15 16:03:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-09-15 16:03:14 +0000
commit1fc7835095dcfaaf537a780e7a53ddbeb18016ec (patch)
treebeb71abbbfa1084a972afb65e44a1687eb3bcca1
parent678795eedfcb47dbf4fa1f02f827c5676c52871b (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1018be8..f4421b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):