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 88548 - adder plugin stops with just one channel disconnect
adder plugin stops with just one channel disconnect
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.4.0
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-18 20:15 UTC by matt romaine
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matt romaine 2002-07-18 20:15:27 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.
Comment 1 Thomas Vander Stichele 2002-08-11 09:52:53 UTC
please provide us with a code snippet that brings this out so we can test.
Comment 2 matt romaine 2002-08-21 22:23:41 UTC
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.


Comment 3 Christian Fredrik Kalager Schaller 2002-09-15 10:46:49 UTC
Ok, just checked with Wim Taymans. The issue is now fixed in CVS (as the 
patched that broke this got reversed.) Closing bug.