[gstreamer-bugs] [Bug 321022] Mixer Control claims no mixers are found

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Nov 8 18:48:17 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=321022
 GStreamer | gst-plugins | Ver: 0.8.11





------- Additional Comments From Ronald Bultje  2005-11-09 02:48 -------
    if (!GST_IS_PROPERTY_PROBE (element))
      goto next;
    probe = GST_PROPERTY_PROBE (element);
    if (!(devspec = gst_property_probe_get_property (probe, "device")))
      goto next;
    if (!(array = gst_property_probe_probe_and_get_values (probe, devspec)))
      goto next;

This code in applet/control fails. It appears to not find any devices
automatically; it never even tries to set state. Maybe OSS device detection is
buggered?

I'll have a look at gstosselement.c later, I'm tired now, but that's where I
would look for this bug...

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list