diff options
author | Andy Wingo <wingo@pobox.com> | 2004-02-25 13:25:43 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2004-02-25 13:25:43 +0000 |
commit | cd935e04e2436e549d56c7763299f9ea5804e576 (patch) | |
tree | 745db3b0d2ba982b81241a518d7251ae2a417d1a /ChangeLog | |
parent | 5faf353cd85f1bfc34ba3bfc03cad8e7d49d4b3b (diff) | |
download | gst-plugins-bad-cd935e04e2436e549d56c7763299f9ea5804e576.tar.gz gst-plugins-bad-cd935e04e2436e549d56c7763299f9ea5804e576.tar.bz2 gst-plugins-bad-cd935e04e2436e549d56c7763299f9ea5804e576.zip |
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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |