[gstreamer-bugs] [Bug 547518] New: pulsemixer probe fails after device property is set

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 12 18:24:47 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=547518

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: pulsemixer probe fails after device property is set
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: laszlok2 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
On the pulsemixer element, the property probe on the "device" property
functions correctly until the value of the "device" property is changed. Then
it always returns an empty list when the values are probed.

You do not even need the test case so verify this. It is obvious from the code
that the server property is being set when the device property is changed.

Steps to reproduce:
In a python shell:
>>> import gst
>>> pm = gst.element_factory_make("pulsemixer")
>>> pm.set_state(gst.STATE_READY)
>>> pm.probe_property_name("device")
>>> pm.probe_get_values_name("device")
['alsa_output.pci_10de_6a_sound_card_0_alsa_playback_0',
 'alsa_output.pci_10de_6a_sound_card_0_alsa_playback_0.monitor',
 'alsa_input.pci_10de_6a_sound_card_0_alsa_capture_0']
>>> pm.set_property("device", 'alsa_output.pci_10de_6a_sound_card_0_alsa_playback_0')
>>> pm.probe_property_name("device")
>>> pm.probe_get_values_name("device")
[]

Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=547518.




More information about the Gstreamer-bugs mailing list