diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-03 15:34:07 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-03 15:34:07 +0000 |
commit | 72e2e26fd370af8eff3aac467aac632e247427f8 (patch) | |
tree | a5f2a2a841df553d557a7da775bc3a7dc5e5f2ad | |
parent | 937c2f95dda9de29fc6bf9c04da4c19dba41ee30 (diff) |
don't get sigpipe on send
Original commit message from CVS:
don't get sigpipe on send
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |