[Gstreamer-bugs] [Bug 91292] New - adder plugin has bug in loop

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Aug 20 17:13:51 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=91292

Changed by mromaine at parc.com.

--- shadow/91292	Tue Aug 20 20:13:51 2002
+++ shadow/91292.tmp.28640	Tue Aug 20 20:13:51 2002
@@ -0,0 +1,29 @@
+Bug#: 91292
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: mromaine at parc.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: adder plugin has bug in loop
+
+Here's a diff on the adder plugin from the cvs tree i pulled two days ago. 
+(sometimes i wish people would read the statement out loud before checking
+it in...:)
+
+the top line is the corrected version, as what this section of code does is
+ignore the pad if it is *not* usable.
+
+
+422c422
+<       if (!GST_PAD_IS_USABLE (input->sinkpad)) {
+---
+>       if (GST_PAD_IS_USABLE (input->sinkpad)) {





More information about the Gstreamer-bugs mailing list