GNOME Bugzilla – Bug 88548
adder plugin stops with just one channel disconnect
Last modified: 2004-12-22 21:47:04 UTC
Disconnecting just one src/sink connection between a sound src and the adder completely stops the adder. Ideally, the adder should continue to process the rest of the inputs.
please provide us with a code snippet that brings this out so we can test.
This has been dealt with in the adder, but whoever fixed it goofed on the check. here's the diff (the correct one is on top): 422c422 < if (!GST_PAD_IS_USABLE (input->sinkpad)) { --- > if (GST_PAD_IS_USABLE (input->sinkpad)) { if someone could commit this change in the adder, that would be great.
Ok, just checked with Wim Taymans. The issue is now fixed in CVS (as the patched that broke this got reversed.) Closing bug.