[Gstreamer-bugs] [Bug 91292] Changed - adder plugin has bug in loop
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Mon Aug 26 08:50:54 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 thomas at urgent.rug.ac.be.
--- shadow/91292 Tue Aug 20 20:13:51 2002
+++ shadow/91292.tmp.31417 Mon Aug 26 11:50:54 2002
@@ -1,13 +1,13 @@
Bug#: 91292
Product: GStreamer
Version: cvs
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
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
@@ -24,6 +24,9 @@
422c422
< if (!GST_PAD_IS_USABLE (input->sinkpad)) {
---
> if (GST_PAD_IS_USABLE (input->sinkpad)) {
+
+------- Additional Comments From thomas at urgent.rug.ac.be 2002-08-26 11:50 -------
+fixed in cvs
More information about the Gstreamer-bugs
mailing list