summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2004-02-25 13:25:43 +0000
committerAndy Wingo <wingo@pobox.com>2004-02-25 13:25:43 +0000
commitc38c08d73260a264d8d6e2a2113ef1391ffdd176 (patch)
tree5da0b6c518558c6c746dcc619e195bfcb97b3e4c /ChangeLog
parent6c552d42176e9b58a83106f2e992dcc40a7f6785 (diff)
gst/interleave/interleave.c (interleave_buffered_loop): Always push only when channel->buffer is NULL. Prevents segfa...
Original commit message from CVS: 2004-02-25 Andy Wingo <wingo@pobox.com> * gst/interleave/interleave.c (interleave_buffered_loop): Always push only when channel->buffer is NULL. Prevents segfaults doing the state change after a nonlocal exit, like a scheme exception. * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps): Handle the case where the intersected caps is empty.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04f6706a..0230c5a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-02-25 Andy Wingo <wingo@pobox.com>
+
+ * gst/interleave/interleave.c (interleave_buffered_loop): Always
+ push only when channel->buffer is NULL. Prevents segfaults doing
+ the state change after a nonlocal exit, like a scheme exception.
+
+ * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
+ Handle the case where the intersected caps is empty.
+
2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/law/mulaw-decode.c: (mulawdec_link):