[Gstreamer-bugs] [Bug 89568] New - gst_pad_try_set_caps should return more than boolean

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jul 31 16:20:27 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=89568

Changed by mromaine at parc.com.

--- shadow/89568	Wed Jul 31 19:20:27 2002
+++ shadow/89568.tmp.8403	Wed Jul 31 19:20:27 2002
@@ -0,0 +1,28 @@
+Bug#: 89568
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: major
+Priority: Normal
+Component: gstreamer (core)
+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: gst_pad_try_set_caps should return more than boolean
+
+gstpad.c:gst_pad_try_set_caps currently only returns boolean.  The function
+however will also call gst_pad_try_set_caps_func, which returns a
+GstPadConnectReturn with more information.  If elements are in a READY
+state and a caps nego trys to happen, even if _set_caps_func returns a
+GST_PAD_CONNECT_DELAYED, gst_pad_try_set_caps (the function that called
+_caps_func) will return FALSE and the pipeline will later have trouble
+running (at least it does on my setup :)
+
+could someone look at this?
+
+thanks





More information about the Gstreamer-bugs mailing list