summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-03 15:34:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-03 15:34:07 +0000
commit02f0877094e207105abe21caaab0646d457595b0 (patch)
tree898a9b1e149b38241b10da217d517895040dc68b
parentedbd972381da1857065f1eea1a89eb541fccb032 (diff)
downloadgst-plugins-bad-02f0877094e207105abe21caaab0646d457595b0.tar.gz
gst-plugins-bad-02f0877094e207105abe21caaab0646d457595b0.tar.bz2
gst-plugins-bad-02f0877094e207105abe21caaab0646d457595b0.zip
don't get sigpipe on send
Original commit message from CVS: don't get sigpipe on send
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd84a413..88ccdbd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
+ * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
+ don't get a signal for EPIPE on socket writes
+ (somebody check if this works on other platforms)
+
2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):