[Gstreamer-bugs] [Bug 88548] Changed - adder plugin stops with just one channel disconnect

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Aug 21 15:23:42 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=88548

Changed by mromaine at parc.com.

--- shadow/88548	Sun Aug 11 05:52:54 2002
+++ shadow/88548.tmp.3576	Wed Aug 21 18:23:42 2002
@@ -1,12 +1,12 @@
 Bug#: 88548
 Product: GStreamer
 Version: 0.4.0
 OS: Linux
 OS Details: intel p4 2.0ghz
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gst-plugins
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: mromaine at parc.com               
@@ -18,6 +18,20 @@
 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.
 
 ------- Additional Comments From thomas at urgent.rug.ac.be  2002-08-11 05:52 -------
 please provide us with a code snippet that brings this out so we can test.
+
+------- Additional Comments From mromaine at parc.com  2002-08-21 18:23 -------
+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.
+
+
+





More information about the Gstreamer-bugs mailing list