[Gstreamer-bugs] [Bug 116185] Changed - flacdec doesn't work when src pad is not connected

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Jun 29 02:08:36 PDT 2003


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=116185

Changed by rbultje at ronald.bitfreak.net.

--- shadow/116185	Sat Jun 28 10:16:30 2003
+++ shadow/116185.tmp.12505	Sun Jun 29 05:08:36 2003
@@ -18,6 +18,19 @@
 it should check for usability of pads
 
 ------- Additional Comments From thomas at urgent.rug.ac.be  2003-06-28 10:16 -------
 Created an attachment (id=17855)
 flacdec patch
 
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-06-29 05:08 -------
+if (!GST_PAD_IS_USABLE) gst_element_error(); or so?
+
+We could do this for every plugin, and I don't really want to check
+for this in every plugin. Any unconnected pad means a broken pipeline
+anyway, the application should check for that.
+
+I mean, what's the use of an unconnected pad in this case? The
+pipeline still won't do a thing. So?...
+
+GST_PAD_IS_USABLE() is only useful for multi-pad elements such as
+avidemux, mpegdemux etc.





More information about the Gstreamer-bugs mailing list