[Gstreamer-bugs] [Bug 93218] New - Warning printed when changing the state of a pipeline that doesn't have all it's pads connected

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Sep 13 06:14:10 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=93218

Changed by iain at ximian.com.

--- shadow/93218	Fri Sep 13 09:14:10 2002
+++ shadow/93218.tmp.23047	Fri Sep 13 09:14:10 2002
@@ -0,0 +1,24 @@
+Bug#: 93218
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: iain at ximian.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: Warning printed when changing the state of a pipeline that doesn't have all it's pads connected
+
+When you change the state of a pipeline which doesn't have all it's pads
+connected, a warning is dumped to the terminal.
+
+The case where this can happen is when a pad is newly created, and you
+pause the pipeline in the new-pad callback.
+
+Attached patch fixes it by checking if the peer pad is NULL.





More information about the Gstreamer-bugs mailing list