[gstreamer-bugs] [Bug 577050] [winks] Added property probe interface

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 31 16:24:36 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=577050
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ole.andre.ravnas at tandberg.c
                   |                            |om, t.i.m at zen.co.uk
     Ever Confirmed|0                           |1

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-10-31 23:24:32 UTC ---
Looks like something along these lines has been committed by oleavr:

http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=700f70e7a5a6ae6eed5ea6026ab5901a4c05aff1

but it doesn't look entirely correct (the interface is really awful, no doubt):
"device-name" is by convention a read-only property that will return a
human-readable string for the device selected via some other property (usually
a "device" property, here maybe "device-path" and/or "device-index"). This is
to work around the limitation of the property probe interface that it can only
return one value per probe, and not a set of values such as device + device
name.

So unless devices are primarily selected via the "device-name" property, this
looks bogus, and it should be some other property that's probable.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list