diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-08-02 15:48:56 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-08-02 15:48:56 +0000 |
commit | 9c6f407fa25ac85dc817c8fb112ba11692ed0b19 (patch) | |
tree | 5410928f01e256a8f548b4cb8e64559812cea616 | |
parent | 2764f43e26dd46e3ca726aa76a0da10a867e5e53 (diff) |
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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-08-02 Iain <iain@prettypeople.org> + + * 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 <thomas at apestaart dot org> * configure.ac: bump nano back to development |