[Gstreamer-bugs] [Bug 125739] Changed - GstPropertyProbe interface

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Oct 29 11:29:27 PST 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=125739

Changed by rbultje at ronald.bitfreak.net.

--- shadow/125739	Wed Oct 29 13:44:13 2003
+++ shadow/125739.tmp.12370	Wed Oct 29 14:29:27 2003
@@ -106,6 +106,15 @@
 already-probed list.  It also makes sense to only allow
 probe_property() calls when the element is in NULL.
 
 The entire point of this interface is that probing can (or is allowed
 to) take a long time.  Probing (in this sense) in a class init
 function is not reasonable.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-10-29 14:29 -------
+Did we build interfaces as plugins? :).
+
+Probing can indeed take long... I'm not sure how reasonable it is to
+require the application to know this, though... Hm... Interesting
+issue. I think your idea makes sense... However, the result of the
+probe must be stored in the class, not in the instance. That way, you
+only need to probe once for all instances together.




More information about the Gstreamer-bugs mailing list