[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
Mon Jun 30 00:27:13 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	Sun Jun 29 11:56:12 2003
+++ shadow/116185.tmp.11790	Mon Jun 30 03:27:13 2003
@@ -73,6 +73,15 @@
 intent of using the decoded data, period.
 
 How else are you supposed to query 1000+ songs for properties quickly ?
 
 I think you're just having a problem with this because you haven't
 thought about the problem and the reason at hand.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-06-30 03:27 -------
+The ugly thing is that we have to do a if (GST_PAD_IS_USABLE(pad)) in
+100+ of plugins if we want to do this completely. That's insane,
+nothing less. If we intend to support these kind of features, then
+make a proper solution for this in the core so that we don't have to
+bloat each single plugin with the same code.
+
+That's mho. ;).





More information about the Gstreamer-bugs mailing list