mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
5faf353cd8
commit
cd935e04e2
1 changed files with 9 additions and 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):
|
||||
|
|
Loading…
Reference in a new issue