After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 413080 - Link problem with two "substreams" with tee and adder
Link problem with two "substreams" with tee and adder
Status: RESOLVED DUPLICATE of bug 316248
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.11
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-28 15:09 UTC by Mathis Hofer
Modified: 2007-03-01 00:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case in C (2.36 KB, text/x-csrc)
2007-02-28 15:13 UTC, Mathis Hofer
Details

Description Mathis Hofer 2007-02-28 15:09:57 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.
Comment 1 Mathis Hofer 2007-02-28 15:13:19 UTC
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.
Comment 2 Tim-Philipp Müller 2007-03-01 00:05:59 UTC
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 ***