gst/interleave/interleave.c (interleave_buffered_loop): Always push only when channel...
authorAndy Wingo <wingo@pobox.com>
Wed, 25 Feb 2004 13:25:43 +0000 (13:25 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 25 Feb 2004 13:25:43 +0000 (13:25 +0000)
commit3f5b3f22245d3d863806c32dbe576be50666c432
treef1be4bfa6d4d4078297f459d87513e812cdc5767
parentb682a9a0f8c2cc8de1fb250a2c16179e62fbb147
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.
ChangeLog