summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-02 17:20:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-02 17:20:13 +0000
commit937c2f95dda9de29fc6bf9c04da4c19dba41ee30 (patch)
treed4214ea2607e317900aa913e4db2802627b84eb6
parent794db59dfcab59df18938a53f9234ce8335d74d2 (diff)
check error code correctly
Original commit message from CVS: check error code correctly
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8227f2c..dd84a413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),