diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-02 17:20:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-02 17:20:13 +0000 |
commit | 937c2f95dda9de29fc6bf9c04da4c19dba41ee30 (patch) | |
tree | d4214ea2607e317900aa913e4db2802627b84eb6 | |
parent | 794db59dfcab59df18938a53f9234ce8335d74d2 (diff) |
check error code correctly
Original commit message from CVS:
check error code correctly
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type): + * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop): + check error condition on available samples correctly + +2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time): avoid a segfault * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read), |