mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
a52dbb95f0
commit
f9d5a4e8c2
1 changed files with 8 additions and 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
|
||||
|
|
Loading…
Reference in a new issue