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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Aug 21 15:27:52 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	Tue Aug 13 10:12:28 2002
+++ shadow/89568.tmp.4143	Wed Aug 21 18:27:52 2002
@@ -23,6 +23,19 @@
 _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
+
+------- Additional Comments From mromaine at parc.com  2002-08-21 18:27 -------
+
+hee's a diff on gstpad.c (bottom one is corrected version).  I sent
+out a few emails about this hackish-fix, so hopefully someone read
+them.  do a search for emails from me if you need to know what's going on.
+
+1343c1343,1345
+< 		GST_PAD_CONNECT_OK))
+---
+> 	       GST_PAD_CONNECT_OK) &&
+> 	      (gst_pad_try_set_caps_func (peer, caps, TRUE) !=
+> 	       GST_PAD_CONNECT_DELAYED))





More information about the Gstreamer-bugs mailing list