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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Oct 28 15:33:29 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 ds at schleef.org.

--- shadow/125739	Tue Oct 28 18:33:29 2003
+++ shadow/125739.tmp.19942	Tue Oct 28 18:33:29 2003
@@ -0,0 +1,36 @@
+Bug#: 125739
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: ds at schleef.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: GstPropertyProbe interface
+
+patch for a GstProperty probe interface.
+
+An application may call gst_property_probe_get_list(element) to get a list
+of properties that can be probed.  Probeable properties have the type (char
+*).  At a time and in a thread appropriate to the application,
+gst_property_probe_probe_property(element,property_name) is called.  This
+function may potentially take a long time to discover possible property
+values.  After a sucessful probe_property() call, the application can call
+gst_property_probe_get_property_into() to get the list of probed property
+values.
+
+The list of probed property values is not exhaustive.  For example, probing
+for an X display may return :0 and :1, but won't (necessarily) return
+condor.ucsf.edu:0 -- however, this could still be a valid value for the
+property.
+
+This patch is slightly premature.  The prototypes for the functions are
+wrong, and the property info should be a structure with { property value,
+translatable string } pairs.




More information about the Gstreamer-bugs mailing list