[gstreamer-bugs] [Bug 574509] list_tracks causes assertion with pulsemixer, but not with alsamixer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 8 10:35:11 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=574509


Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |NOTABUG


--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2009-09-08 17:33:18 UTC ---
The code is wrong, to access element properties, use
<element>.props.<propertyname>

so:

 pulse.device = devices[0]

should be:

 pulse.props.device = devices[0]

-- 
Configure bugmail: http://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