From d1f73b9a754fc08f70db8dc10b5c5e686bf2fe5c Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 2 Aug 2004 15:48:56 +0000 Subject: [PATCH] if there is nothing connected to the sink of interleave it tries to claim it supports 0 channel audio. Fix this by as... Original commit message from CVS: if there is nothing connected to the sink of interleave it tries to claim it supports 0 channel audio. Fix this by assuming that there will be at least 1 channel in the future. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 34211f88f6..b0603da2a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-08-02 Iain + + * gst/interleave/interleave.c (interleave_init), + (interleave_request_new_pad), + (interleave_pad_removed), + (interleave_buffered_loop): Use the real pad count, not the artificial + one. + 2004-08-02 Thomas Vander Stichele * configure.ac: bump nano back to development