GNOME Bugzilla – Bug 413080
Link problem with two "substreams" with tee and adder
Last modified: 2007-03-01 00:05:59 UTC
Having a pipeline like this: queue ! identity / \ audiotestsrc ! tee adder ! alsasink \ / queue ! identity ...the linkage of the last element of the second substream (i.e. identity) with the adder element hangs. This is the case with queue and without queue elements after the tee. P.S. This is a simplified test case of a pipline I have, where I want to mix between dry/wet signals (one substream with the filter and a volume, the other unfiltered, only with a volume element) -- hence this "split-up and add together again" pipeline.
Created attachment 83548 [details] Test case in C Here is a C program of the above described problem. You may change the WITH_QUEUE define to FALSE to run the example without queue elements.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 316248 ***